@charset "utf-8";
/* CSS Document */

/**** Main Wrapper Overflow Clip ****/
/* replaces overflow hidden to enable sticky position */
#main.main {overflow:clip;}

/* Google reCAPTCHA badge */
.grecaptcha-badge {visibility: hidden;}

/**** Promo Ribbon Banner ****/
/*******************************/
.header_ribbon_promos {padding:10px 0;}
.header_ribbon_promos .close-promo-ribbon {float:right;position:absolute;right:0;margin:3px 32px 0 0;}
.header_ribbon_promos .close-promo-ribbon svg {display: none;}
.header_ribbon_promos .close-promo-ribbon:after {content:'×';font-size:21px;font-weight:800;line-height: 1;width:21px;height:21px;display:flex;justify-content: center;align-items:center;color:#EE4827;background:#fff;border-radius:100%;}

@media screen and (max-width:600px){
.header_ribbon_promos {display:flex;flex-direction:row;justify-content:space-around;align-items:center;}
.header_ribbon_promos .header_ribbon_promos_content {display:block;width:auto;margin-left:6px;}
.header_ribbon_promos .close-promo-ribbon {position:relative;margin:0 6px 0 10px;}
.header_ribbon_promos .close-promo-ribbon svg {display: none;}
}

/**** Cookie Warning Banner ****/
/*******************************/
.header-message {position:fixed; bottom:0; right:0; left:0; width:100%; background:transparent; z-index:999;}
.cookie-warning-banner-view.alert {width:100%; margin:0 auto; min-height:60px; background-color:#333333; background:linear-gradient(#333 10%, #141419 90%); border-radius:0; display:flex; flex-direction:row; justify-content:space-between; align-items: center; padding:18px 40px; -moz-box-shadow:0 0px 6px rgba(0,0,0,0.35); -webkit-box-shadow:0 0px 6px rgba(0,0,0,0.35); box-shadow:0 0px 6px rgba(0,0,0,0.35);}
.header-message .cookie-warning-banner-view::before, .header-message .cookie-warning-banner-view::after {display:none;}
.cookie-warning-banner-view.alert div {color:#fff;font-size:12px;line-height:1.2;text-align:left;margin:0 0 0 120px;}
.cookie-warning-banner-view-close-button {font-size:24px; font-weight:600; color:#141419; line-height:0; width:auto; height:auto; position:relative; top:auto; right:auto; display:flex; flex-grow:0; flex-shrink:0; flex-wrap:nowrap; flex-direction:row; align-items:center; padding:6px 8px; border-radius:4px; background-color:#fff; background:linear-gradient(#fff 20%, #dcddde 90%);margin-right:180px;}
.cookie-warning-banner-view-close-button:before {content:'CLOSE'; font-size:14px; font-weight:700; font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif; border-right:1px solid #141419; height:auto; line-height:1; padding-right:8px; margin-right:6px;}

@media screen and (max-width:600px){
.cookie-warning-banner-view.alert div {margin:0;}
.cookie-warning-banner-view-close-button {margin-right:0;}
}

@media (hover: none) and (pointer: coarse) {
.cookie-warning-banner-view.alert div {margin:0;}
.cookie-warning-banner-view-close-button {margin-right:0;}
div#lhnHocButton.lhnslide {display:none !important;}
}

/**** 404 Page ****/
/******************/
.error-management-page-not-found {text-align: center;margin-top:140px;width:100%;max-width:720px;padding:0 12px;}
.error-management-page-not-found-title {font-size:34px;font-weight:600;color:#e12727;letter-spacing:-0.025rem;}
.error-management-page-not-found-title2 {font-size:16px;font-weight:500;color:#77787b;margin-top:6px;letter-spacing:-0.025rem;}
.error-management-page-not-found-title3 {margin-top:58px;font-size:13px;font-weight:500;margin-bottom:0;color:#000000;}
.error-management-page-not-found-action-buttons {margin-top:24px;}
.home-page-action, .contact-us-action {width:280px;height:34px;margin:0 0 16px;border-radius:4px;}
.home-page-action a, .contact-us-action a {font-size:15px; letter-spacing:-0.025rem;font-weight:500;}
.contact-us-action {border:1px solid #77787b;}
.contact-us-action a {color:#77787b;}
.home-page-action:active {background:#e12727;}
.contact-us-action:active {background:#77787b;}
.home-page-action:active a, .contact-us-action:active a {color:#fff;}

@media screen and (max-width:1024px){
.error-management-page-not-found-title3 {display:none;}
.error-management-page-not-found-action-buttons {display:inline-grid;}
}

@media screen and (max-width:600px){
.error-management-page-not-found {margin-top:50px;padding:0 10px;}
.error-management-page-not-found-title {font-size:26px;font-weight:600;color:#e12727;letter-spacing:-0.025rem;}
.error-management-page-not-found-title2 {font-size:14px;font-weight:500;color:#77787b;margin-top:6px;}
.error-management-page-not-found-title3 {}
}

/**** Related Items Widget (PDP, Add to Cart window, Cart) ****/
/**************************************************************/
.customer-viewed-bought-title {margin-bottom:19px;}
.item-relations-correlated-row {border-bottom:1px solid #dcddde; width:100%; padding-bottom:26px;}
.item-relations-correlated-row div[itemprop="itemListElement"] {flex-direction:column; text-align:left;margin-right:15px;}
.item-relations-correlated-row .item-relations-related-item-thumbnail {order:0;}
.item-relations-correlated-row .item-relations-related-item-price {order:3; margin:0;}
.item-relations-correlated-row .item-relations-related-item-price .product-views-yourprice-tag {display:none;}
.item-relations-correlated-row .item-relations-related-item-price .product-views-price-lead {font-size:16px;font-weight:600;letter-spacing:-0.01rem;}
.item-relations-correlated-row .item-relations-ratings {order:1;}
.item-relations-correlated-row .item-relations-ratings .global-views-star-rating {margin:0 auto 4px;}
.item-relations-correlated-row .customer-also-bought-title {order:2; font-size:12px;line-height:14px; letter-spacing:-0.01rem; height:45px; display:-webkit-box; overflow:hidden; text-overflow:ellipsis; -webkit-box-orient:vertical; -webkit-line-clamp:3;}
.item-relations-correlated-row .bx-controls, .item-relations-correlated-row .bx-controls .bx-controls-direction {margin:0;}


/**** Recently Viewed ****/
/*************************/
.product-details-recently-review {padding:0;margin:40px 0;}
.product-details-recently-review h3 {margin-bottom: 12px;}
.product-details-recently-review .recently-view-items-section {overflow-x:auto;overflow-y:hidden;padding-bottom: 4px; width:100%;}
@media screen and (max-width:1040px){
.product-details-recently-review, .product-details-overview .product-details-full-prop65 {padding:0 16px;}
}
@media screen and (max-width:600px){
.product-details-recently-review, .product-details-overview .product-details-full-prop65 {padding:0 10px;}
}
/** Recently Viewed Scrollbar **/
.product-details-recently-review .recently-view-items-section::-webkit-scrollbar {width:7px;border-radius:20px;}
.product-details-recently-review .recently-view-items-section::-webkit-scrollbar-track {background:#fff;}
.product-details-recently-review .recently-view-items-section::-webkit-scrollbar-thumb {background:#dcddde;border-radius:20px;}
.product-details-recently-review .recently-view-items-section::-webkit-scrollbar-thumb:hover {background:#a7a9ac;}
.product-details-recently-review .recently-view-items-section::-webkit-scrollbar-track-piece {background:#fff;border:1px solid #dcddde;border-radius:20px;margin-bottom:10px;}


/************************/
/* User1st Accessibilty */
.u1st .u1st_accBtn {bottom:2px !important;left:2px !important;top:auto !important; font-size:14px !important; padding:7px 20px !important;opacity: 0.95 !important;}

/*** Header Fixes, don't use until ALL done ***/
.header-subheader-options li a, .header-subheader-options li a:visited {color:#dcddde;}
/** Free Shipping Icon **/.header-subheader-options li a[href="/shipping"]:before {content:'';display:inline-block;background-image:url('/site/pehd_fstruck-g@2x.png');width:33px;height:15px;background-position:center; background-size:contain; margin:0 3px 0 0; float:left; }
.header-subheader-options li a:hover, .header-subheader-options li a:active, .header-subheader-options li a:focus {color:#fff;}
.header-subheader-options li:nth-last-child(2) a {pointer-events:none;font-weight:700;}

.header-main-nav .header-main-nav-container {padding-top:6px;}
/** Menu Toggle Button **/
.header-sidebar-toggle-wrapper {margin:0;width:auto;}
.header-sidebar-toggle {height:34px;width:110px;justify-content: center;margin-right:18px;border-radius:4px;font-weight:600;}
.header-main-nav button i.header-sidebar-toggle-icon {font-size:11px;line-height:0;margin-right:13px;}
.header-main-nav button i.header-sidebar-toggle-icon:before {content:'';display: inline-block;width:19px;height:14px;background-image: url('/site/sca-menu-lines.png');background-repeat:repeat-x;background-size:1px;}
/** Search Bar **/
.site-search {padding-top:0 !important;}
.site-search-content {width:100%;height:34px;}
.nav-search-content-input, .site-search-content-input {width: calc(100% - 44px);}
.nav-search-content-input span, .site-search-content-input span {width:100%;}
.site-search-content-input .itemssearcher-input {border-radius: 4px 0 0 4px; padding:7px 12px 7px; font-size:14px; line-height: 1;width: calc(100% - 24px);}
input.nav-search-input, input.itemssearcher-input {width: calc(100% - 24px);}

.nav-search-input-reset, .site-search-input-reset {z-index: 900;padding:0;width:auto;height:100%;position: absolute;top:0px;right:12px; background:none; line-height: 1; display: none !important; align-items:center;}
.site-search-input-reset-icon:before {color:#a7a9ac;}

.site-search-button-submit {padding:0;width:43px;height:34px;display: flex;justify-content: center;align-items: center;border-radius:0 4px 4px 0; background:none;background-color:#e12727; background-image:linear-gradient(#EE4826, #E12727);}
.nav-search-button-submit:hover, .site-search-button-submit:hover, .nav-search-button-submit:focus, .site-search-button-submit:focus {background:none; background-image:none;background-color:#ee4826;}
.site-search-button-icon {font-size:11px;line-height:0;}




.icon-cell-quick-view-icon:before, .nav-search-input-icon:before, .site-search-input-icon:before, .site-search-button-icon:before {content:'';display:inline-block; width:20px; height:20px; background-image:url('/site/sca-search-mag.png'); background-repeat:no-repeat; background-size:20px; background-position:center center;}

/** Item Search Results **/
/*Contains results*/.item-results, .itemssearcher-item-results, .quick-add-item-results {padding:0;margin:0;margin-bottom:12px;}
/*Results Image container*/.item-results-image, .itemssearcher-item-results-image, .quick-add-item-results-image {display:none;}
/*Results title*/.item-results-title, .itemssearcher-item-results-title, .quick-add-item-results-title {font-size:14px;}
/*Pre-results text/See All text*/.all-results, .no-results, .searching, .itemssearcher-item-searching, .quick-add-item-searching, .itemssearcher-item-no-results, .quick-add-item-no-results, .itemssearcher-item-all-results {font-size:14px;}


/** SignReg Button **/
.header-profile-menu-login-container {height:34px;display: flex;align-items: center;border-radius: 4px; margin:0;margin-left:18px;}
.header-profile-menu-login {padding:0 12px;}
.header-profile-menu-login li {font-weight:700;font-size:14px;line-height:1;}
.header-profile-menu-login li:nth-child(2) {font-weight:normal;}
/** Account Button **/
.header-right-menu .header-profile-welcome-link {height:34px;width:148px;padding:0 12px 0 14px;margin-left:18px;border:1px solid #141419;border-radius:4px;display:flex;flex-direction:row;flex-wrap:wrap;align-items: center;justify-content: flex-start;}
.header-right-menu .header-profile-welcome-link:hover {border:1px solid #6e6e84;}
.header-right-menu .header-profile-welcome-link:after {content:'';display:block;border-top:6px solid #fff;border-left:4px solid transparent;border-right:4px solid transparent;position: absolute;right:12px;top:14px;}
.header-right-menu .header-menu-profile.open .header-profile-welcome-link:after {content:"×"; display:block; left:auto; margin:0; position:absolute; top:0;border:none;font-size:18px;line-height:32px;}
.header-right-menu .header-menu-profile.open .header-profile-welcome-link {color:#fff; border:1px solid #6e6e84;}
.header-right-menu .header-profile-welcome-link span {font-size:10px !important;font-weight:500;width:100%;line-height:1;letter-spacing:-0.02rem;}
.header-right-menu .header-profile-welcome-link .header-profile-welcome-link-name {font-size:14px;font-weight:700;line-height:1;position:relative;top:-4px;}


/** Header Cart Button **/
.header-menu-cart {margin:0;}
.header-mini-cart-menu-cart-link {height: 34px; width:130px; display: flex; align-items: center; justify-content: center; margin:0; margin-left:9px; border-radius: 4px;}
.header-mini-cart-menu-cart-icon {max-width: 28px; margin-right: 5px;}
span.header-mini-cart-menu-cart-legend {margin:0;padding:0;line-height: 1; width:82px; font-size:14px; font-size:0.933rem; font-weight:700; letter-spacing:-0.015rem; text-align:center; display:block !important;}
span.header-mini-cart-menu-cart-legend-mobile {display: none;}
.header-mini-cart-menu-cart-count {font-size:1.2rem;}

/** Header button Border Coloration **/
.header-sidebar-toggle, .header-profile-menu-login-container, .header-mini-cart-menu-cart-link {border:1px solid #141419;}
.header-sidebar-toggle:hover, .header-profile-menu-login-container:hover, .header-mini-cart-menu-cart-link:hover {border:1px solid #6e6e84;}

/* Breadcrumb */
.global-views-breadcrumb {font-size:11px;}
.shopping-layout-breadcrumb {min-height:37.6px;margin-top:0;}
.page-home .shopping-layout-breadcrumb {min-height:0;border:none;display:none;}
.shopping-layout-header {margin-bottom:0;}
.breadcrumb-item a, .breadcrumb-item-active a, .global-views-breadcrumb-item-active a, .global-views-breadcrumb-item a {font-size:11px;text-decoration:underline;}
.breadcrumb-item-active, .global-views-breadcrumb-item-active {font-size:11px;letter-spacing:-0.015rem;font-weight:700;font-style:italic;}
@media screen and (max-width:991px){
	.global-views-breadcrumb {display:block;white-space:nowrap;overflow-x:scroll; scrollbar-width: 0;-ms-overflow-style:none;}
	.global-views-breadcrumb::-webkit-scrollbar {width:0;height:0;}
}

/* Sidebar Menu */
.header-sidebar-menu-wrapper a:hover span {color: #141419;}
.header-sidebar-menu-wrapper a:hover, .header-sidebar-menu-wrapper a:focus, .header-sidebar-profile-menu a:hover, .header-sidebar-profile-menu a:focus {background:#e6e6e7;}
@media (hover:none) {.header-sidebar-menu-wrapper a:hover, .header-sidebar-menu-wrapper a:focus, .header-sidebar-profile-menu a:hover, .header-sidebar-profile-menu a:focus {background:none;}}
.header-sidebar-menu-wrapper .header-sidebar-menu-title {color:#a7a9ac;}

@media screen and (min-width:991px){
.header-sidebar-menu-wrapper a {padding:8px 30px 8px 20px;}
}

/* Mini Cart */
.header-mini-cart {border-radius: 2px;box-shadow: 2px 3px 6px -1px rgba(0,0,0,0.4);border:none;position: absolute;right:0;top:41px;padding:0;width:320px;}
.header-mini-cart:before {content:'';border-bottom:7px solid #fff;border-left:7px solid transparent;border-right:7px solid transparent;position:absolute;top:-7px;right:100px;}
.header-mini-cart-subtotal {padding:12px 0 8px;display: flex;justify-content:center;margin-bottom:10px;border-bottom:1px solid #dcddde;}
.header-mini-cart-subtotal-items {font-size:15px;font-weight:500;letter-spacing:-0.02rem;color:#77787b;}
.header-mini-cart-subtotal-amount {padding:0;margin-left:8px;font-size:15px;color:#a2b427;letter-spacing:-0.03rem;font-weight:600;}
.header-mini-cart-container {padding-left:15px;margin:0;margin-right:9px;max-height:282px;}
.header-mini-cart-item-cell {margin-bottom:10px;margin-right:16px;}
.header-mini-cart-item-cell-image {width:auto;}
.header-mini-cart-item-cell-image img {width:60px;height:60px;line-height:1;position:relative;top:1px;}
.header-mini-cart-item-cell-details {width:203px;padding:0 0 0 10px;line-height:1;}
.header-mini-cart-item-cell-title-navigable {font-size:13px;line-height:15px;font-weight:500;letter-spacing:-0.015rem;margin-bottom:3px;display:block;}
.header-mini-cart-item-cell-product-price {font-size:11px;color:#a2b427;font-weight:600;margin-bottom:3px;}
.header-mini-cart-item-cell-product-qty {font-size:11px;line-height:1;}
.header-mini-cart-item-cell-quantity-label, .header-mini-cart-item-cell-quantity-value {font-size:11px;letter-spacing:-0.01rem;font-weight:500;}
.header-mini-cart-item-cell:last-child {border-bottom:none;}
.header-mini-cart-buttons {border-top:1px solid #dcddde;padding:15px 15px 20px;display: flex;justify-content: space-between;}
.header-mini-cart-buttons-left {padding:0;width:auto;display:block;}
.header-mini-cart a.header-mini-cart-button-view-cart {width:125px;height:32px;padding:0;font-size:13px;letter-spacing:-0.025rem;display:flex;justify-content: center;align-items: center; background:#efefef;border:1px solid #a7a9ac;border-radius:4px;}
.header-mini-cart a.header-mini-cart-button-view-cart:hover {background:#dcddde;color:#000;border:1px solid #a7a9ac;}
.header-mini-cart .header-mini-cart-button-checkout {height:32px;width:155px;font-size:13px;letter-spacing:-0.025rem;font-weight:600;padding:0 15px 0 13px;display:flex;justify-content: space-between;align-items: center;background:#e12727;background-image:linear-gradient(#EE4826, #e12727);border:1px solid #e12727;}
.header-mini-cart .header-mini-cart-button-checkout:hover {background:#ee4826;}
.mini-cart-secure-checkout {font-size:26px;font-weight:500;line-height:1;}
.header-mini-cart-item-cell-free-badge {display: inline-block;position:absolute;z-index:99;text-align:center;padding:2px 6px 3px;width:60px;font-size:11px;font-weight:600;letter-spacing:0.01rem;background:rgba(162,180,39,0.9);}
/** Mini Cart Scrollbar **/
.header-mini-cart-container::-webkit-scrollbar {width:7px;border-radius:20px;}
.header-mini-cart-container::-webkit-scrollbar-track {background:#fff;}
.header-mini-cart-container::-webkit-scrollbar-thumb {background:#dcddde;border-radius:20px;}
.header-mini-cart-container::-webkit-scrollbar-thumb:hover {background:#a7a9ac;}
.header-mini-cart-container::-webkit-scrollbar-track-piece {background:#fff;border:1px solid #dcddde;border-radius:20px;margin-bottom:10px;}
/** Empty Mini Cart **/
.header-mini-cart-empty {width:100%;display:flex;justify-content:center;margin-top:15px;padding:0 15px 15px;}
.header-mini-cart-empty a {width:160px;height:32px;background-image:linear-gradient(#fff, #dcddde);border-radius:4px;border:1px solid #a7a9ac;text-align:center;font-size:13px;letter-spacing:-0.025rem;text-transform: capitalize;display:flex;justify-content:center;align-items:center;}
.header-mini-cart-empty a:hover {color:#000;background:#efefef;}

/* Shopping Notifications (used in cart for promo code messages) */
.shopping-layout-notifications {width:100%;max-width:780px;padding:0 20px;}
.shopping-layout-notifications .notifications {width:100%;}
.shopping-layout-notifications .notifications-order div[data-view="Promocode.Notification"] {line-height:1;margin:0;}
.global-views-message.global-views-message-success.alert, .global-views-message.global-views-message-info.alert {background:none;margin:0;padding:0;font-size:13px;line-height: 1;letter-spacing:-0.015rem;margin-top:8px;}
.global-views-message.global-views-message-success.alert div, .global-views-message.global-views-message-info.alert div {padding:0;}
.shopping-layout-notifications .notifications-order .global-views-message-button {font-size:13px;font-weight:600; position:relative; top:1px; right:auto; margin:0; margin-left:10px; background:none;height:auto;line-height:1;}

/* Live Chat/Get Help Popup & Modal */
div#lhnHocButton.lhnslide {height:46px;right:16px;}
div#lhnHocButton.lhnslide .lhnHocChatBtnCont {background:#e12727;border-radius:6px 6px 0 0;padding:10px 18px 6px;}
div#lhnHocButton div.lhnHocChatBtn {background: #e12727;}
div#lhnHocButton div.lhnHocChatTxtCont span {font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif; font-size:18px; letter-spacing:0.1rem; line-height:1; vertical-align:initial;}
div#lhnHocButton div.lhnHocChatBubbleCont {height:28px;}
div#lhnHocButton.lhnslide div.lhnHocChatBubble {height:20px; width:32px; margin-right:10px;}
div#lhnHocButton div.lhnHocFrontBubble:before {top:20px;}
div#lhnHocButton.lhnslide:focus, div#lhnHocButton.lhnslide *:focus {border:none;outline:none;}

div#lhnHelpOutCenter.lhnWindow *, div#lhnHelpOutCenter.lhnWindow ::after, div#lhnHelpOutCenter.lhnWindow ::before {font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;}
div#lhnHelpOutCenter.lhnWindow.lhnright {right:16px; border-radius:6px; box-shadow:0px 2px 10px -2px rgba(0,0,0,0.35); border:1px solid #e12727;}
#lhnHelpOutCenter div.lhnWindow-header {background:#e12727;}
/*#lhnHelpOutCenter div.lhnWindow-body {overflow:hidden;overflow-y:auto;padding:20px;}*/
/*#lhnHelpOutCenter div.lhnWindow-body .lhnOfflineMessage>p {margin:0;}*/
/*#lhnHelpOutCenter div.lhnWindow-body form {margin-top:0;}*/
/*#lhnHelpOutCenter div.lhnField {margin-bottom:12px;}*/
#lhnHelpOutCenter div.lhnWindow-body input#txtKeyword, #lhnHelpOutCenter div.lhnWindow-body input.lhnInput, #lhnHelpOutCenter div.lhnWindow-body input.sf_txtBox, #lhnHelpOutCenter div.lhnWindow-body select.lhnInput, #lhnHelpOutCenter div.lhnWindow-body select.sf_ddl, #lhnHelpOutCenter div.lhnWindow-body textarea.lhnInput, #lhnHelpOutCenter div.lhnWindow-body textarea.sf_txtArea, #lhnHelpOutCenter div.lhnWindow-chat_input textarea {min-width:auto;}
#lhnHelpOutCenter button.form_submit, #lhnHelpOutCenter button.lhnFormButton {background:#e12727; border-radius:4px; height:36px; line-height:36px; width:110px;}
#lhnHelpOutCenter button.form_submit:hover, #lhnHelpOutCenter button.lhnFormButton:hover {background:#ee4826;}
#lhnHelpOutCenter div.lhnWindow-chat_input button {background:#e12727;border-radius:4px;letter-spacing:-0.015rem;}
#lhnHelpOutCenter div.lhnChatActionsMenu img {background:#e12727;}
#lhnHelpOutCenter div.lhnCustomerMessage div.lhnWindow-message {background:#e12727;}
#lhnHelpOutCenter div.lhnCustomerMessage div.lhnWindow-message:after {border-color:transparent transparent transparent #e12727;}

div#lhnHocInvite {right:16px;border-radius:6px 6px 0 0;box-shadow:0px 0 3px 1px rgba(0, 0, 0, 0.2);}
div#lhnHocInvite div.lhnHocInviteCont {background-color:#e12727;padding:16px 18px 6px;max-width:400px;border-radius:6px 6px 0 0;}
div#lhnHocInvite div.lhnHocInviteCont div#lhnOpMsg {color:#fff;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;line-height:1.1;font-size:18px;letter-spacing:-0.01rem;}
div#lhnHocInvite div.lhnHocInviteButton {background-color:#e12727;color:#fff;margin:18px 10px 10px;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:0;font-weight:700;text-transform:uppercase;font-size:14px;padding:4px 28px;border-radius:4px;}
div#lhnHocInvite div.lhnHocInviteButton.lhnstart {background-color:#fff;color:#e12727;}

@media screen and (min-width:1041px){
.header-subheader-options {display:block;}
.header-subheader-right-menu {display:none;}
.header-right-menu {display:flex;margin:0;}
.header-subheader-right-menu.header-right-menu {display:none;}
}

@media screen and (max-width:1040px){
.header-right-menu {display: none;}
.header-subheader-right-menu {display:block;}
.header-subheader-right-menu.header-right-menu {display:flex;margin:0;}

/*Shopping Notifications*/
.global-views-message.global-views-message-success.alert, .global-views-message.global-views-message-info.alert {width:100%; height:30px; margin:8px 0; background:#efefef;border:1px solid #dcddde; display:flex; align-items:center; padding:0 12px; justify-content:space-between;}
.shopping-layout-notifications .notifications-order .global-views-message-button {height:100%; top:auto; border-left:1px solid #dcddde; border-radius:0; padding-left:12px; width:26px; font-size:24px; color:#77787b;}

.header-sidebar-menu-wrapper a:hover, .header-sidebar-menu-wrapper a:focus, .header-sidebar-profile-menu a:hover, .header-sidebar-profile-menu a:focus {background:none;}
}

@media screen and (max-width:767px){
span.header-mini-cart-menu-cart-legend {display: block; width:auto; margin-left:2px;}
span.header-mini-cart-menu-cart-legend .header-mini-items-holder {display: none;}
}

@media screen and (min-width:601px){
.site-search-button-submit {top:0 !important; left:0 !important;position:relative;}
}

@media screen and (max-width:600px){
.header-subheader-container {padding:8px 10px 0 12px;}
.header-logo {line-height: 1;}
.header-logo-image {max-width:210px;}
.header-mini-cart-menu-cart-link {width:auto; padding:0 9px;}
.header-mini-cart-menu-cart-count {font-size:1rem;}
.header-main-nav {min-height:44px;}
.header-main-nav-container {padding:3px 10px 0 !important;}
.header-content {/*align-items: flex-end;*/}
.header-sidebar-toggle {width:82px;margin-right:15px;}
.header-main-nav button i.header-sidebar-toggle-icon {margin-right:8px;}
.header-sidebar-toggle .menu {font-size:14px;font-weight:500;letter-spacing:-0.015rem;}
.site-search-content {height:28px;}
.nav-search-content-input, .site-search-content-input {width:100%;}
.site-search-content-input .itemssearcher-input {font-size:12px;line-height:1;letter-spacing:-0.025rem;width:calc(100% - 10px);border-radius:4px;padding:2px 0 2px 10px; height:24px;}

.site-search-content-input span .tt-dropdown-menu {width:calc(100vw - 32px);left:-100px !important;padding:0;box-sizing: border-box;border:1px solid #a7a9ac; -webkit-box-shadow:0 8px 8px -3px rgba(0,0,0,0.55);box-shadow:0 8px 8px -3px rgba(0,0,0,0.55);border-top:none;}
.all-results, .no-results, .searching, .itemssearcher-item-searching, .quick-add-item-searching, .itemssearcher-item-no-results, .quick-add-item-no-results, .itemssearcher-item-all-results {display: flex;align-items:center;height:38px;padding:0 12px 0;margin:0;line-height:1;font-size:13px;}
.itemssearcher-item-all-results {background-color:#f6f6f6;border-bottom:1px solid #a7a9ac;margin-bottom:10px !important;color:#303030;letter-spacing:-0.02rem;text-decoration:none;}
.itemssearcher-item-all-results:hover {background-color:rgba(0,170,231,0.1);color:#00aae7;border-bottom:1px solid #00aae7;text-decoration:none;}
.item-results, .itemssearcher-item-results, .quick-add-item-results {margin:5px 0 !important;padding:5px 0 !important;}
.item-results-content, .itemssearcher-item-results-content, .quick-add-item-results-content {width:100%;padding:0 12px;}
.item-results-title, .itemssearcher-item-results-title, .quick-add-item-results-title {font-size:12px;line-height:1;}
.tt-highlight {font-weight:700;}
.site-search-button-submit {height:28px;width:36px;background:none;background-color:transparent;}
.nav-search-button-submit:hover, .site-search-button-submit:hover, .nav-search-button-submit:focus, .site-search-button-submit:focus {background:none;background-color:transparent;}
.site-search-button-icon {min-width:0;}
.icon-cell-quick-view-icon:before, .nav-search-input-icon:before, .site-search-input-icon:before, .site-search-button-icon:before {background-image:url('/site/sca-search-mag-mobile.png');width:17px;height:17px;background-size:17px;}

/* Live Chat/Get Help Popup & Modal */
div#lhnHocButton.lhnslide {width:100%; position:fixed; right:0; height:auto; overflow:visible; display: none !important;}
div#lhnHocButton.lhnslide .lhnHocChatBtnCont {border-radius:0; padding:0; height:34px; background:#e12727; box-shadow: 0px -2px 5px -1px rgba(0,0,0,0.15);}
div#lhnHocButton div.lhnHocChatBtn {background:#e12727; display:flex;justify-content:center; align-items:center;}
div#lhnHocButton div.lhnHocChatBubbleCont {height:20px;}
div#lhnHocButton.lhnslide div.lhnHocChatBubble {height:16px; width:28px;margin-right:12px;}
div#lhnHocButton div.lhnHocFrontBubble:before {top:16px; border:3px solid; border-color:#f0f1f1 transparent transparent #f0f1f1;left:6px;}
div#lhnHocButton div.lhnHocChatTxtCont {height:auto;line-height:0;}
div#lhnHocButton div.lhnHocChatTxtCont span {font-size:16px; font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif; font-weight:500; letter-spacing: 0.1rem; line-height:16px;}

div#lhnHelpOutCenter.lhnWindow.circleButton {width:100% !important;right:0%; height:100%;max-height:none;border-radius:0;bottom:-50%;}
div#lhnHelpOutCenter.lhnWindow.lhnActive.circleButton {bottom:0;}
div#lhnHelpOutCenter.lhnWindow *, div#lhnHelpOutCenter.lhnWindow ::after, div#lhnHelpOutCenter.lhnWindow ::before {font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;}
#lhnHelpOutCenter div.lhnWindow-header {background:#e12727; font-size:14px; padding:10px 20px;}
#lhnHelpOutCenter div.lhnWindow-header h3 {font-size:16px;letter-spacing:0.1rem; font-weight:600; line-height:22px;}
#lhnHelpOutCenter div.lhnWindow-header div.lhnWindow-header-controls {height:22px;}
#lhnHelpOutCenter div.lhnWindow-header button.lhnWindow-header-closer {margin-top:4px;}
#lhnHelpOutCenter div.lhnWindow-body {padding:20px;}
#lhnHelpOutCenter div.lhnHocSection.hocactive {line-height:1;}
#lhnHelpOutCenter div.lhnWindow-body .lhnOfflineMessage>p {margin:0 0 4px;line-height:1.2;font-size:12px;}
#lhnHelpOutCenter label.lhnLabel {font-size:13px;margin-bottom:8px;}

#lhnHelpOutCenter button.form_submit, #lhnHelpOutCenter button.lhnFormButton {background:#e12727;height:38px;line-height:40px;border-radius:4px;}
}

/*********************************/
/*** Monster Deal of the Week ****/ 
/*********************************/
.md1-banner-container{display:block;position:relative;width:100%;height:100px;margin:20px auto 40px;padding:0;}
.md1-banner-container picture {line-height:0;display: block;}
.md1-banner {width:100%;height:100px;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;border:none;box-sizing:border-box;overflow:hidden;background-color:#fff;border:solid 1px #ff9900;}

.md1-logo-box{height:100%;width:300px;background-color:#ff9900;padding:0 23px;display:flex;flex-direction:row;justify-content: flex-end; align-items:center; background-image: url("https://www.parts-express.com/site/homepage/monsterdeal/DealMonster_400-8.png"); background-repeat:no-repeat; background-position:-50% 10%; background-size:64%;}
.md1-logo-text {width:155px;}
.md1-logo-text h1, .md1-logo-text h2 {color:#fff;font-weight:700;margin:0;padding:0;font-style:italic;letter-spacing:-0.025rem;}
.md1-logo-text h1 {font-size:36px;line-height:0.85em;}
.md1-logo-text h2 {font-size:24px;line-height:1em;}

.md1-angle1 {width:30px;display:block;height:100%;background:linear-gradient(105deg, #ff9900 49%, #fff 51%);}
.md1-product {display: block;margin:0 4px;}
.md1-product img {width:90px;height:90px;margin:auto;}
.md1-deal-box {display:flex;flex-direction:row;flex-grow:1;height:100%;align-items:center;padding:8px 14px 8px 14px;}
.md1-offer {display:flex;flex-direction:column;align-items:flex-start;}
.md1-price {font-size:38px;color:#e12727;line-height:1;font-weight:800;display:flex;flex-direction:row;align-items:baseline;letter-spacing:-0.05rem;}
.md1-price-sign {font-size:30px;align-self:flex-start;margin-right:1px;}
.md1-price-each {font-size:22px;font-weight:600;position:relative;display:inline-block;}
.md1-saving {font-size:20px;color:#ff9900;font-style:italic;font-weight:800;line-height:1;}
.md1-title {color:#77787b;margin:0 28px 0 28px; flex-grow:1;font-size:15px;font-weight:normal;letter-spacing:-0.015rem;line-height:1.2;}
.md1-cover {display:block;height:100%;width:100%;position:absolute;top:0;bottom:0;right:0;left:0;}
.md1-logo-box, .md1-angle1, .md1-angle2, .md1-product {flex-shrink:0;}

@media screen and (max-width:1099px){
.md1-banner-containter {padding:0 12px;}
.md1-banner-container, .md1-banner {height:124px;}
.md1-banner {border:1px solid #ff9900;}
.md1-logo-box {height:100%;padding-right:0;width:280px;background-position:-48% 0%;}
.md1-logo-text {width:178px;}
.md1-angle1 {background:linear-gradient(102deg, #ff9900 49%, #fff 51%);}
.md1-deal-box {flex-direction: column;flex-wrap:wrap;justify-content: center;align-items:flex-start}
.md1-offer {width:100%;margin:0 0 6px;flex-grow:0;}
.md1-title {width:100%;margin:0;flex-grow:0;font-size:14px;}
}

@media screen and (max-width:1040px){
.md1-banner-container {padding:0 16px;}
.md1-logo-box {background-size:160px;background-position:-50px 14px;width:224px;}
.md1-logo-text {width:140px;}
.md1-logo-text h1 {font-size:30px; line-height:0.85em; letter-spacing: -0.1rem;}
.md1-logo-text h2 {font-size:20px; line-height:0.85em; letter-spacing: -0.05rem;}
.md1-price {font-size:30px;color:#e12727;line-height:1;font-weight:800;display:flex;flex-direction:row;align-items:baseline;letter-spacing:-0.05rem;}
.md1-price-sign {font-size:22px;align-self:flex-start;margin-right:1px;}
.md1-price-each {font-size:18px;font-weight:600;position:relative;display:inline-block;}
.md1-saving {font-size:18px;color:#ff9900;font-style:italic;font-weight:800;line-height:0.85em;}
.md1-title {line-height: 1.1;}
}

@media screen and (max-width:760px){
.md1-banner-container {height:auto;padding:0 10px;}
.md1-banner {height:auto;flex-wrap:wrap;}
.md1-logo-box {width:100%;align-items: flex-end;height:64px;padding:10px 14px;background-size:120px;background-position:-36px -5px;border-bottom:1px solid #ff9900;}
.md1-logo-text {display:flex;flex-direction:row;align-items:flex-end;justify-content:flex-end;flex-wrap:wrap;width:auto;max-width:86%;}
.md1-logo-text h2 {margin-left:6px;}
.md1-angle1 {display:none;}
.md1-product {margin:12px;margin-right:0;width:90px;}
.md1-deal-box {padding:12px; width:auto; max-width:calc(100% - 102px);}
.md1-offer {font-size:28px;margin:0 0 8px;}
.md1-price {font-size:38px;color:#e12727;line-height:1;font-weight:800;display:flex;flex-direction:row;align-items:baseline;letter-spacing:-0.05rem;}
.md1-price-sign {font-size:30px;align-self:flex-start;margin-right:1px;}
.md1-price-each {font-size:22px;font-weight:600;position:relative;display:inline-block;}
.md1-saving {font-size:20px;color:#ff9900;font-style:italic;font-weight:800;line-height:1;}
.md1-title {font-size:12px;}
}

/*********************************/
/****** 02b Homepage Content ******/
/*********************************/
.home {width:100%;max-width: 1500px;position:initial;}

/* Homepage CMS Area min-height settings for CLS */
@media screen and (min-width:1520px){.home-page-slider {min-height:525px !important;}.home-page-video {min-height:1080px !important;}}
@media screen and (max-width:1519px) and (min-width:1440px){.home-page-slider {min-height:512px !important;}.home-page-video {min-height:1040px !important;}}
@media screen  and (max-width:1439px) and (min-width:1200px){.home-page-slider {min-height:445px !important;}.home-page-video {min-height:870px !important;}}
@media screen and (max-width: 1199px) and (min-width: 1041px){.home-page-slider {min-height:401px !important;}}
@media screen  and (max-width:1040px) and (min-width:1024px){.home-page-slider {min-height:565px !important;}.home-page-video {min-height:760px !important;}}
@media screen  and (max-width:1023px) and (min-width:881px){.home-page-slider {min-height:504px !important;}.home-page-video {min-height:700px !important;}}
@media screen  and (max-width:880px) and (min-width:769px){.home-page-slider {min-height:700px !important;}.home-page-video {min-height:700px !important;}}
@media screen  and (max-width:768px) and (min-width:600px){.home-page-slider {min-height:750px !important;}.home-page-video {min-height:1245px !important;}}
@media screen  and (max-width:599px) and (min-width:425px){.home-page-slider {min-height:1050px !important;}.home-page-video {min-height:1270px !important;}}
@media screen  and (max-width:424px){.home-page-slider {min-height:1020px !important;}.home-page-video {min-height:970px !important;}}

/* Homepage Hero Cards & Mobile Buttons: Reintegrated with Banners */
.herocard-container {padding:0 16px;display:flex;flex-direction:row;flex-wrap:nowrap;max-width:100%;min-height:unset;justify-content:space-between;margin:0 0 10px;z-index:2;bottom:0;position:relative;background-color:transparent !important;}
.herocard {width:32.5%;max-width:470px;flex-grow:0;position:relative;display:block;box-shadow:1px 2px 4px -1px rgba(0,0,0,0.35);margin-bottom:0;background-color:#ffffff;}
.herocard picture {display:block;line-height:0;}
.herocard-image {width:100%;}
.herocard-content {width:45%;position:absolute;top:0;right:0;bottom:0;padding:2.56% 0 3.205%;margin-right:4%;display:flex;flex-direction:column;justify-content:space-between;}
.herocard-title {font-size:14px;font-weight:700;line-height:1.2;color:#000;letter-spacing:-0.025rem;background-color:transparent;}
.herocard-title-new {font-weight:500;background-color:#00AAE7;color:#fff;padding:0 4px;font-size:0.9em;}
.herocard-cta {width:100%;text-align:right;font-size:14px;font-weight:400;color:#00AAE7;background-color:transparent;}
.herocard-cover {position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;}
.herocard-cover img {line-height:0;margin:0;padding:0;}

/*Mobile Account Buttons*/
.herocard-mobile-register {border-radius:20px;background-color:rgba(255,255,255,0.5);margin-bottom:2%;padding:10px;display:none;}
.home-sign-in-button {background-image:linear-gradient(#EE4826,#E12727);border:1px solid #E12727;color:#fff;padding: 7px;width: 100%;border-radius: 4px;font-size: 11px; text-align: center; font-weight:600;box-sizing:border-box;justify-content: center;align-items: center;}
.home-logged-in-button-holder {width:100%;}
.home-logged-in-button {background-image: linear-gradient(#FFFFFF,#DCDDDE);color: #000000;padding: 7px;border: 1px solid #A7A9AC;width: 100%;border-radius: 4px; font-size: 11px;text-align: center;display: block;font-weight: 600;box-sizing:border-box;letter-spacing:-0.01rem;}
.home-recent-orders {margin-top:10px;}
.home-hero-mobile-buttons-holder {display: flex;justify-content: center;align-items: center;flex-wrap:wrap;height: 100%;}
.my-account-buttons {display:none;}
.home-sign-in-button:hover {color:#fff;}
.home-logged-in-button:hover, .home-logged-in-button.home-recent-orders:hover, .home-logged-in-button-mobile:hover, .home-logged-in-button.home-recent-orders-mobile:hover {color:#000;}	

@media screen  and (max-width:1340px){
/*.herocard-container {min-height:184px;}*/
.herocard-title {font-size:14px;line-height:1.2;}
}

@media screen  and (max-width:1200px){
/*.herocard-container {min-height:168px;}*/
.herocard-title {font-size:13px;line-height:1.1;font-weight:600;}
.herocard-cta {font-size:12px;}
}

@media screen  and (max-width:1000px){
/*.herocard-container {min-height:149px;}*/
.herocard-title {font-size:12px;line-height:1.1;font-weight:600;}
.herocard-cta {font-size:12px;}
}

@media screen  and (max-width:980px) and (min-width:881px){
/*.herocard-container {min-height:133px;}*/
.herocard-content {padding:12px 0;}
.herocard-title {font-size:13px;line-height:1.25;}
.herocard-cta {display: none;}
}

@media screen  and (max-width:880px){
.herocard-container {flex-wrap:wrap;margin:0 0 20px;}
.herocard {width:49%;order:2;margin-bottom:2%;}
.herocard:first-child {order:0}
.herocard-title {font-size:13px;line-height:1.1;font-weight:700;}
.herocard-cta {font-size:12px;}
.herocard-mobile-register {order:1;width:49%;height:auto;display:block;}
}

@media screen  and (max-width:740px){
.herocard-title {font-size:13px;line-height:1.2;}
.herocard-cta {font-size:12px;}
}

@media screen  and (max-width:680px) and (min-width:600px) {
.herocard-content {padding:12px 0;}
.herocard-title {font-size:12px;line-height:1.2;}
.herocard-cta {display:none;}
}

@media screen  and (max-width:599px) {
.herocard {width:100%;order:1;height:140px;margin-bottom:12px;max-width:unset;}
.herocard:nth-child(3) {background:linear-gradient(90deg, #dedee0 50%, transparent 50%);}
.herocard:nth-child(3) picture {text-align:center;background:linear-gradient(180deg, #ff9801 37px, transparent 37px);}

.herocard-image {height:140px;width:auto;}
.herocard:first-child {order:1;}
.herocard-content {width:96%;padding:10px 0;padding-left:160px;}
.herocard-title {font-size:15px;line-height:1.2;font-weight:600;}
.herocard-cta {font-size:13px;}
.herocard-mobile-register {width:100%;order:0;max-width:none;min-width:0;margin:12px 0 15px !important;padding:0;}
.herocard-mobile-register .home-hero-mobile-buttons-holder.register-button {padding:0;}
.herocard-mobile-register .home-sign-in-button {width:100% !important;margin:0;height: 30px;}
.herocard-mobile-register .home-logged-in-button-holder{width: 100%;}
.herocard-mobile-register .home-logged-in-button {padding:6px;height:30px;min-width:0px;width:49%;float:left;}
.herocard-mobile-register .home-recent-orders  {margin-top: 0px;float:right;}
}

@media screen  and (max-width:599px) and (min-width: 502px) {
.herocard:nth-child(3), .herocard:nth-child(3) picture img {height:200px;}
.herocard:nth-child(3) picture {text-align:center;background:linear-gradient(180deg, #ff9801 53px, transparent 53px);}
}

@media screen  and (max-width:440px){
.herocard-content {width:50%;padding:10px 0}
.herocard-title {font-size:14px;line-height:1.2;}
.herocard-cta {font-size:12px;}
}

@media screen  and (max-width:360px){
.herocard {width:100%;order:1;height:130px;margin-bottom:12px;}
.herocard:nth-child(3) picture {text-align:left;background:linear-gradient(180deg, #ff9801 34px, transparent 35px);}
.herocard-image {height:130px;width:auto;}
.herocard-content {width:48%;padding:10px 0}
.herocard-title {font-size:13px;line-height:1.2;}
.herocard-cta {display: none;}
}

/* Homepage Favorite Categories & Attention Bumper */
.home-favcat-row, .home-ab-row {padding:0 20px;margin:0 0 44px;display:block;width:100%;background-color:#fff;}
.home-favcat-header {width:100%;min-width:250px;text-align:center;margin:0 0 14px;padding:0;font-size:22px;letter-spacing:-0.01rem;}
.home-favcat-box, .home-ab-box {display: flex;flex-direction:row;justify-content:space-around;width:100%;border:1px solid #a7a9ac;padding:10px 6px;box-shadow:1px 3px 4px -1px rgb(0 0 0 / 35%);}
.home-favcat-link, .home-ab-link {width:112px;text-align: center;display: block;padding:3px 6px;flex-shrink:1;flex-basis:11.111111111%;border-right:1px solid #dcddde;box-sizing:border-box;}
.home-favcat-link:last-child, .home-ab-link:last-child {border:none;}
.home-favcat-link picture, .home-ab-link picture {display:block;}
.home-favcat-link img {max-width:90px;width:100%;}
.home-favcat-link p {line-height:1;font-size:13px;color:#000;letter-spacing: -0.01rem;}
a.home-favcat-link:hover p {color:#77787b;}

.home-ab-link {width:auto;flex-basis:25%;padding:6px 6px 5px;}
.home-ab-link img {max-width:200px;width:78%;}
.home-ab-link p {line-height:1;text-transform:uppercase; font-size:14px;font-weight:600; color:#000;letter-spacing: -0.015rem;margin-top:10px;}

@media screen and (max-width:991px){
.home-favcat-row, .home-ab-row {padding:0 14px;}
}

@media screen and (max-width:930px){
.home-favcat-link p {font-size:11px;}
.home-ab-link p {font-size:12px;}
}

@media screen and (max-width:768px){
.home-favcat-row, .home-ab-row {margin:0 0 32px;padding:0 12px;}
.home-favcat-box, .home-ab-box {flex-wrap:wrap;min-width:250px;}
.home-favcat-link {flex-basis:33.3333333333%;padding-bottom:10px;}
.home-favcat-link:nth-last-child(-n+3){padding-bottom:6px;}
.home-favcat-link:nth-child(3n){border-right:none;}
.home-favcat-link:nth-last-child(-n+6){border-top:1px solid #dcddde;}
.home-favcat-link img {max-width:64px;width:100%;}
.home-favcat-link p {font-size:11px;}

.home-ab-link {flex-basis:50%;padding:15px;}
.home-ab-link:nth-last-child(-n+2){padding-bottom:6px;border-top:1px solid #dcddde;}
.home-ab-link:nth-child(2n){border-right:none;}
.home-ab-link p {font-size:14px;}
}

@media screen and (max-width:444px){
.home-favcat-row, .home-ab-row {margin:0 0 28px;}
.home-ab-link img {max-width:140px;width:100%;}
.home-ab-link p {font-size:11px;font-weight:600;}
}

/** Homepage Hero Banner Top Section **/
/* bxSlider */
.home-page-container .home-page-top .bx-wrapper {position: relative; width:auto;}
.home-page-container .home-page-top .bx-controls.bx-has-controls-direction.bx-has-pager {margin:0;}
.home-page-container .home-page-top .bx-controls-auto {display:none;}
.home-page-container .home-page-top .bx-default-pager {display:none;}
.home-page-container .home-page-top .bx-wrapper .bx-viewport {overflow:visible !important; max-height:414px; height:27.6vw !important;width:auto !important;max-width:100%;}

.product-details-image-gallery-prev-icon, .product-details-image-gallery-next-icon {display: flex !important;align-items: center;height:100%;top:0;justify-content: center;left:unset;}
.product-details-image-gallery-next-icon:hover, .product-details-image-gallery-prev-icon:hover {color:#e12727;}
    
/* General Structure */
.home-page-container {/*width:100%; position: relative;*/ z-index: 1;margin:0 0 34px;}
.home-page-slider {/*position: relative;width:100%;*/max-width:1500px;overflow:hidden;padding-bottom:5px;}
    
/* Hero Slider */
.home-page-hero-desktop {position: relative; display:flex;flex-direction:row;}
.home-page-hero-mobile {position: relative; display:none;}
.home-slide {float:unset !important;}
    
/** Hero Slide Images **/
.home-slide-img {max-width: 1500px; width:100%; max-height:214px;height:14.26667vw;overflow: visible;background:center top no-repeat; background-size: cover;}
.home-slide-img img {width:100%;pointer-events: none;}
.home-full-slide {display: block;}
.home-mobile-slide {display: none;}


.merchzone-quickview-main-title {display: none !important;}
.merchzone-title-container {width:100%;max-width:1500px;margin:0 4px; padding:0 20px;}
.merchzone-standalone-title {font-size:18px;color:#77787b;text-decoration:none;line-height:1.2;letter-spacing:-0.01rem;margin:0;text-transform:none;font-weight:600;padding:6px 0 10px;}

.top-rated-container, .merchzone-quickview, .merchzone_shop_for_more-container, .home-page-rencently-review {padding-bottom:44px;margin-top:0;}
/* Top-Rated Merchzone */
.merch-gallery-next-icon:hover, .merch-gallery-prev-icon:hover {color: #77787b;}
.top-rated-container .global-views-star-rating-area {margin:0 !important;}
.icon-star-filled, .item-cell-rate-filled, .global-views-star-rating-filled, .item-cell-rate-filled, .global-views-star-rating-filled, .icon-star, .item-cell-rate-empty, .global-views-star-rating-empty, .item-cell-rate-empty, .global-views-star-rating-empty {stroke-width:0.75px;-webkit-text-stroke-width:0.75px;}
.icon-star, .item-cell-rate-empty, .global-views-star-rating-empty, .item-cell-rate-empty, .global-views-star-rating-empty {stroke:#f47920; -webkit-text-stroke-color:#f47920;}
.global-views-star-rating-area-writable, .global-views-star-rating-area-empty-content, .global-views-star-rating-area-filled {position:relative;left:1px;}
.global-views-star-rating-area-fill, .global-views-star-rating-area-empty {line-height:0;}
.global-views-star-rating {margin:6px auto 8px;}
.item-cell-title-top-rated a {letter-spacing:-0.01rem;}
.add-to-cart-merch-home{background-image: linear-gradient(#EE4826, #E12727) !important;color: #fff !important;width: 100%;border-radius: 4px !important;text-transform: capitalize;height: 32px !important;font-size: 14px; border:1px solid #E12727;box-sizing: border-box;}

/* Quickview Merchzone */
.home-page-rencently-review {padding:0 20px 34px;margin:0;}
.home-page-rencently-review .recently-viewed-items {padding:0 0 34px;border-bottom:1px solid #dcddde;line-height:0;}
.home-page-rencently-review .recently-viewed-items h3 {font-size: 20px;font-weight:600;letter-spacing:-0.01rem;margin-bottom: 12px;}
.home-page-rencently-review .recently-viewed-items .item-recently-reviewed-holder {padding: 4px;height:90px;width:90px;}
.home-page-rencently-review .recently-viewed-items .item-recently-reviewed-holder .item-recently-reviewed-thumbnail img {height:auto;width:100%;}

/** Home Link Cards **/
.home-page-category-line.home-page-category-mobile {margin:0 !important;}
.home-link-card-row {padding:0 20px;display:flex;justify-content:space-between;width:100%;margin:0 0 44px;}
.home-link-cards {width:47.125vw;max-width:714px;height:18.75vw;max-height:280px;position:relative;}
.link-card-container {width:100%;display: block; padding:20px;background-size:120%;background-position:right center;background-repeat:no-repeat;height:100%;background-color:#000;}
.category-link-card-title-holder {padding:0;position:relative;height:100%;width:40%;max-width:260px;line-height:1;display: flex;flex-direction: column;justify-content: space-between;}
.category-link-card-title {color:#fff;font-size:30px;font-weight:600;line-height:32px;letter-spacing:-0.02rem;}
.category-link-card-subtitle {font-size:0.475em; color:#fff; line-height:1;display:block;}
.category-link-card-cta {color:#fff;font-size:14px;line-height:1.1;letter-spacing:-0.01rem;}
.home-link-card-cover {display: block;width:100%;height: 100%;position: absolute;top:0;bottom:0;left:0;right:0;}
.home-link-card-cover img {width:100%;height:100%;margin:0;padding:0;line-height: 0;}

/** Multimedia & Giveaway **/
.home-mm-display {width:100%;padding:0 20px 54px;}
.home-mm-content-holder {display: flex;width:100%;justify-content: space-between;align-items:flex-end;}
/* Review Star */
.home-mm-content-holder .global-views-star-rating {position: relative;clear: both;float: left;width:100%;min-width: 90px;margin:0;}
.home-mm-content-holder .global-views-star-rating-area-fill, .home-mm-content-holder .global-views-star-rating-area {line-height: 1;}
.home-mm-content-holder .global-views-star-rating-empty, .home-mm-content-holder .global-views-star-rating-filled, .home-mm-content-holder .global-views-star-rating-error, .home-mm-content-holder [data-validation-error] i.global-views-star-rating-empty {font-size: 12px;letter-spacing:2.5px;}
.home-mm-content-holder .icon-star, .home-mm-content-holder .item-cell-rate-empty, .home-mm-content-holder .global-views-star-rating-empty {color:#fff;stroke:#A7A9AC;fill:#fff;stroke-width:1px;-webkit-text-stroke:#A7A9AC;-webkit-text-fill-color:#fff;-webkit-text-stroke-width:1px;}
.home-mm-content-holder .icon-star-filled, .home-mm-content-holder .item-cell-rate-filled, .home-mm-content-holder .global-views-star-rating-filled {color:#FFD600;stroke:#f47920;stroke-width:1px;-webkit-text-stroke:#f47920;-webkit-text-stroke-width:1px;}
.home-mm-title{color:#000000;font-size:18px;font-weight: 700; letter-spacing: -0.01rem;line-height:1.1;margin-bottom:15px;display:none;}
.home-video-and-product {width: 63.0625vw;max-width: 960px;margin:0;display:flex;border: 1px solid #a7a9ac;box-shadow:1px 3px 4px -1px rgba(0, 0, 0, 0.35);border-bottom:3px solid #e12727;overflow:hidden;background-color:#fff;}
.home-video {line-height: 0;}
.home-video iframe {width:47.5vw;height:26.71875vw;max-width:711px;max-height:400px;}
.home-mm-product {width:100%;}
.home-mm-product-details {padding: 20px 0;height: 100%;width:100%;display: flex;justify-content: center;}
.home-mm-product-sell {height:100%;width:13vw;max-width:195px;margin:0 auto; display: flex;flex-direction: column;justify-content: space-between;}
.home-mm-product-image {width:100%;padding:0 10px;display: flex; justify-content: center;line-height: 0;}
.home-mm-product-image a, .home-mm-product-image img {width:100%;}
.home-mm-product-price{color:#e12727;font-weight: 700;font-size: 20px;letter-spacing:-0.01rem;line-height:1;margin: 15px 0 6px;}
.home-mm-product-name {font-size:12px;line-height:14px;margin-bottom: 4px;}
.video-add-to-cart {display: flex;justify-content: center;align-items: center;height: 32px;width:100%;font-size:14px;color:#fff;letter-spacing: -0.01rem; font-weight:500;background-image: linear-gradient(#EE4826, #E12727);border:1px solid #E12727;box-sizing: border-box;border-radius: 4px;}
.video-add-to-cart:hover, .video-add-to-cart:focus, .video-add-to-cart:active {color:#fff;}
.home-page-giveaway {width:31.25vw;max-width:468px;border:1px solid #77787b;box-sizing: border-box;align-self: flex-end;margin:0;}
.giveaway-sponsored-note {width:100%;height: 22px; display: flex;background:#DCDDDE;color:#77787B;text-transform: uppercase;font-size:12px;font-weight:700;justify-content: center;align-items: center;letter-spacing: 0.06rem;border-bottom: 1px solid #77787B;box-sizing:border-box;}
.home-giveaway-image {display: block; line-height: 0;width:100%;}
.home-giveaway-image img {width:100%;line-height: 0;margin:0;padding:0;}


@media screen and (max-width:1420px){
.category-link-card-title-holder {width:38%;}
.category-link-card-title{font-size:24px;line-height:1.1;}
}

@media screen and (max-width:1280px) {
.top-rated-container li.item-relations-cell {width:150px !important;margin-right:14px !important;}
}

@media(max-width:1279px) {
.home-video-holder {width:63.121875vw}
.home-mm-product-details {padding:15px 0;}
.home-mm-product-sell {width:13.125vw;}
.home-mm-product-image {padding:0 14px;}
.home-mm-product-price {margin:12px 0 4px;font-size: 16px;}
.home-mm-product-name {margin-bottom:1px;}
.home-page-giveaway {width:30.46875vw}
}

@media screen and (max-width:1240px){
.date-and-link-container {flex-direction: column-reverse;}
}

@media screen and (max-width:1200px) {
.home-link-cards {width:46.75vw;height:18.59631147540984vw;}
.link-card-container {padding:18px;}
.category-link-card-title-holder {width:34%;}
.category-link-card-title{font-size:19px;line-height:1;}
.category-link-card-subtitle {font-size:.57em;}
}

@media screen and (max-width:1024px) {
.top-rated-container li.item-relations-cell {width:130px !important;}
.top-rated-container li.item-relations-cell .thumbnail {width:130px;height:130px;}

/* Home Link Cards */
.home-link-cards {width:46.125vw;height: 18.44262295081967vw;}
.link-card-container {padding:16px;}
.category-link-card-title-holder {width:34%;}
.category-link-card-title {font-size:18px;line-height: 1.05;}
}

@media(max-width:1023px) {
.home-mm-display {padding:0 12px;margin-bottom:28px;}
.home-mm-title {font-size: 14px;margin-bottom: 12px;}
.video-add-to-cart {display: none;}
}

@media screen and (max-width:1019px) {
.home-slide {margin-bottom:0;}
}

@media screen and (max-width:991px) {
.top-rated-container {border:none;}

.home-link-card-row {padding:0 14px;}
.home-link-cards {width:calc(49vw - 20px);height: calc(21vw - 14px);}
}

@media screen and (max-width:990px) {
.merchzone-title-container {padding:0 12px;}
.top-rated-title {font-size: 16px;}
.item-cell-title-top-rated {display: none;}
.add-to-cart-merch-home {display: none;}

.category-link-card-title-holder {width:34%;}
.category-link-card-title {font-size:16px;line-height: 1.1;}
.category-link-card-subtitle {font-size:11px;font-size:max(11px, .57em);font-weight:400;letter-spacing:-0.015em;}
}

@media screen and (max-width:880px) {
.home-page-top {overflow: visible;}
/* bxSlider */
.bx-default-pager {display:inline-block;}
.bx-controls.bx-has-controls-direction.bx-has-pager {margin:0;line-height:0;font-size:0;top:27.34375vw;}
html .bx-wrapper .bx-pager {line-height: 0;font-size:0;margin:0;}
html .bx-wrapper .bx-pager a {width:6px;height:6px;margin:0 3px;background-color: rgba(255,255,255,0.4);border:none;opacity:1;}
html .bx-wrapper .bx-pager a.active {background-color:rgba(255,255,255,1.0);border:none;opacity:1;}
.bx-controls {/*position: absolute;*/left: 0;right: 0;text-align: center;}
.product-details-image-gallery-prev-icon, .product-details-image-gallery-next-icon {display:none !important;}
.home-slide {margin-bottom:4px;}
.home-slide-img {max-height:214px;height:14.26667vw;}
.home-cards-content {width:55%;}

.link-card-container {padding:10px;}
.category-link-card-title-holder {width:36%;}
.category-link-card-title {font-size:16px;line-height: 1.05;}
.category-link-card-cta {font-size:13px;}
}

@media screen and (max-width:840px) {
.top-rated-container {padding:15px 0 26px;}
.top-rated-title {padding:0 12px 20px;}
.merch-gallery-prev-icon, .merch-gallery-next-icon {display:none;}
.top-rated-container .bx-viewport {padding-right:15px;}
.top-rated-container .merch-zone-slider.item-relations-row {margin-left:15px;}
.top-rated-container li.item-relations-cell {margin-right:12px !important;}
.top-rated-container li.item-relations-cell .item-price {font-size: 16px;margin-top: 12px;}
}

@media(max-width:820px){
.home-video-holder, .home-page-giveaway {width:46.175vw;}
.home-video iframe {width:46.175vw;height:26.432291666667vw;}
.home-video-and-product {width:100%;flex-direction: column;border:1px solid #a7a9ac;border-left:3px solid #e12727;}
.home-mm-product-details {padding:9px 15px;}
.home-mm-product-sell {flex-direction: row;width: 100%;max-width:none;}
.home-mm-product-info {display: flex; flex-direction: row; align-items: center;justify-content: space-around;}
.home-mm-product-image {padding:0;/*width:14.32291666667vw;*/max-width:93px;}
.home-mm-product-text {margin-left:3.255208333333vw; }
.home-mm-product-price {margin-top:0;}
.home-giveaway-image {width:100% !important;}
}

@media screen and (max-width:768px) {
/* Hero Banner & Cards */
.home-page-container {margin-bottom:12px;}
.home-page-top .bx-controls.bx-has-controls-direction.bx-has-pager {display:block;}
.home-full-slide {display: block;}
.home-mobile-slide {display: none;}

/* Home Link Cards */
.home-link-card-row {margin:0 0 32px;padding:0 12px;flex-wrap:wrap;}
.category-link-card-title {font-size:20px;line-height: 1.05;}
.home-link-cards {width:100%;margin:0 auto; height:230px;}
.home-link-cards:first-child {margin-bottom:22px;}
.link-card-container {background-position: center right;padding:16px;}
.category-link-card-title-holder {width:40%;}
.category-link-card-title {font-size:24px;line-height: 1.1;}
.category-link-card-cta {font-size:14px;}

/* Multimedia & Giveaway */
.home-mm-display {margin-bottom:32px;}
}

@media screen and (max-width: 767px){
.home-page-category-line.home-page-bottom-section {padding:0 30px;padding:0 3.90625vw;max-width:766px;margin:0 auto;}
.home-page-ins-views {margin:0 0 32px;}
.home-ins-post:nth-last-child(-n+1) {display: flex;}
.home-ins-post { width: 49%;}
.home-ins-post a:first-child {height: auto; max-height:255px;}
}

@media(max-width:700px){
.home-video iframe {width:100%;height:26.666666667vw;}
.home-video-holder, .home-page-giveaway {width:45.666666667vw;max-width: none;}

/* Home Link Cards */
.home-link-card-row {margin:0 0 32px;padding:0 12px;flex-wrap:wrap;}
.category-link-card-title {font-size:20px;line-height: 1.05;}
.home-link-cards {width:100%;margin:0 auto; height:220px;}
.home-link-cards:first-child {margin-bottom:22px;}
.link-card-container {background-position: center right;}
}

@media screen and (max-width:599px){
.home-page-container .home-page-top .bx-wrapper .bx-viewport {height: auto !important;}
.home-page-hero-desktop {display:flex !important;min-height:33.25vw;}
.home-slide {line-height:0;margin:0;}
.home-slide-img {height: auto !important;margin: 0 !important;}

.herocard-mobile-register {max-width:100%;flex-grow:1;order:0;min-height:30px;}
.herocard-mobile-register .home-hero-mobile-buttons-holder.register-button {display:block;height:auto;}
.herocard-mobile-register .home-sign-in-button {display:none;width:auto !important;max-width:100%;float:unset;}
.herocard-mobile-register .home-logged-in-button-holder {display:none;grid-template-columns:50fr 50fr;grid-column-gap:16px;}
.herocard-mobile-register .home-logged-in-button {width:100%;float:unset;}
.herocard-mobile-register .home-recent-orders {float:unset;}
}

@media(max-width:510px){
.home-mm-display {padding:0 10px;margin:0;}
.home-mm-content-holder {flex-wrap: wrap;}
.home-video-holder, .home-page-giveaway {width:100%;max-width: none;}
.home-video iframe {width:100%;height:59.375vw;}
.home-video-holder, .home-page-giveaway {margin-bottom:32px;}
.home-mm-product-details {padding:14px;}
.home-mm-product-sell {max-width:none;}
.home-mm-product-image {width:37.5vw;}
.home-mm-product-price {font-size:18px;}
.home-mm-product-name {font-size:13px;}
.home-mm-product-text {margin-left:3.4375vw;}
/** Temp hide YouTube embed for mobile, fix long-term page load issue **/
.home-video-holder {display:none;}
}

@media screen and (max-width:500px){

.bx-controls {margin:0 !important;}
html .bx-wrapper .bx-pager a {padding:0;width:4px;height:4px;margin:0 2px;}
.bx-controls.bx-has-controls-direction.bx-has-pager {margin:0;line-height:0;font-size:0;top:31.25vw !important}
}

@media screen and (max-width:444px) {
/* Home Link Cards */
.home-link-card-row {margin:0 0 28px}
.home-link-cards {height:calc( 50vw - 12px); max-height:300px;}
.category-link-card-title-holder {width:50%;}
.category-link-card-subtitle {font-size: .55em !important;}

/* Multimedia & Giveaway */
.home-video-holder, .home-page-giveaway {margin-bottom:28px;}
}

@media screen and (max-width:360px){
/* Multimedia & Giveaway */
.home-mm-product-price {font-size:16px;}
.home-mm-product-name {font-size:11px;}
}

/**************************************/
/****** Category Drilldown Pages ******/
@media screen and (min-width:992px) {
.facets-facet-browse-results {max-width:calc(100% - 235px);}
.facets-facet-browse-results.facets-facet-browse-results-drilldown {max-width:100%;}
}

.facets-facet-browse-results.facets-facet-browse-results-drilldown {padding:0 20px; margin:0 0 40px; border:none;}
.facets-facet-browse-results-drilldown [data-view="Facets.CategoryCells"] {padding:10px 0 20px; width:100%; display:grid; grid-template-columns:repeat(auto-fit, 10.41095890410959%); grid-column-gap:0.78767123287%; grid-row-gap:10px;}
.facets-facet-browse-results-drilldown [data-view="Facets.CategoryCells"] .facets-category-cell {padding:5px 5px 5px 5px; height:210px;}
.facets-facet-browse-results-drilldown .facets-category-cell-inner {padding:12px 8px; display:flex; flex-direction:column;}
.facets-facet-browse-results-drilldown .facets-category-cell-inner .facets-category-cell-thumbnail {max-width:100%; width:110px;}
.facets-facet-browse-results-drilldown .facets-category-cell-inner .facets-category-cell-thumbnail a.facets-category-cell-anchor {display:block; line-height:0;}
.facets-facet-browse-results-drilldown .facets-category-cell-inner .facets-category-cell-thumbnail .facets-category-cell-image {width:100%;}
.facets-facet-browse-results-drilldown .facets-category-cell-inner .facets-category-cell-title {text-align:center; font-size:12px; line-height:13px; letter-spacing:-0.01rem; display:flex; align-items:center; padding-top:14px;}
.facets-facet-browse-results-drilldown .facets-category-cell-inner .facets-category-cell-title .facets-category-cell-anchor {width:auto;}
.facets-facet-browse-results-drilldown .facets-category-cell-inner .facets-category-cell-title:hover a {color:#000;}
.facets-facet-browse-results-drilldown .facets-category-cell-inner .facets-category-cell-title a:hover {color:#00aae7;}
.facets-facet-browse-results-drilldown .facets-category-cell-inner .facets-category-cell-title .facets-category-cell-title-arrow {display:none;}

.facets-facet-browse-results.facets-facet-browse-results-drilldown .facets-facet-browse-description-only .facets-browse-category-heading-list-header {border-top:1px solid #dcddde; padding-top:30px;}
.facets-facet-browse-description-only .facets-browse-category-heading-main-description {padding:18px 16px; border-radius:14px; font-size:12px; line-height:20px; letter-spacing:-0.01rem;}

.facets-facet-browse-description-only .facets-browse-display-category-main-description {border-radius: 14px;}
.facets-facet-browse-description-only .facets-browse-display-category-main-description p {letter-spacing: -0.01rem;margin-bottom:10px;font-size:unset;color:unset;line-height:1.5;}
.facets-facet-browse-description-only .facets-browse-display-category-main-description p:last-child {margin-bottom:4px;}

@media screen and (max-width:1280px) {
.facets-facet-browse-results-drilldown [data-view="Facets.CategoryCells"] { grid-template-columns:repeat(auto-fit, 11.93548387096774%); grid-column-gap: 0.64516129032%;}
}

@media screen and (max-width:1160px) {
.facets-facet-browse-results-drilldown [data-view="Facets.CategoryCells"] { grid-template-columns:repeat(auto-fit, 13.79294518751639%); grid-column-gap: 0.57489728123%;}
}

@media screen and (max-width:1024px) {
.facets-facet-browse-results-drilldown [data-view="Facets.CategoryCells"] { grid-template-columns:repeat(auto-fit, 15.65040650406504%); grid-column-gap: 1.21951219512%;}
}

@media screen and (max-width:880px) {
.facets-facet-browse-results-drilldown [data-view="Facets.CategoryCells"] { grid-template-columns:repeat(auto-fit, 19.14585542594556%); grid-column-gap: 1.06768071757%;}
}

@media screen and (max-width:780px) {
.facets-facet-browse-results-drilldown [data-view="Facets.CategoryCells"] { grid-template-columns:repeat(auto-fit, 23.64130434782609%); grid-column-gap: 1.8115942029%;}
.facets-facet-browse-results-drilldown .facets-category-cell-inner {border-radius:0;}
.facets-facet-browse-results-drilldown .facets-category-cell-inner .facets-category-cell-title .facets-category-cell-title-arrow {display:none;}

.facets-facet-browse-content .facets-facet-browse-facets {-webkit-box-shadow:none; box-shadow:none;}
.facets-facet-browse-content .facets-facet-browse-facets[data-action=sc-pushing] {-webkit-box-shadow:0 0 6px rgba(0,0,0,0.45); box-shadow:0 0 6px rgba(0,0,0,0.45);}
}

@media screen and (max-width:600px) {
.facets-facet-browse-results.facets-facet-browse-results-drilldown {padding:0 10px;}
.facets-facet-browse-results-drilldown [data-view="Facets.CategoryCells"] { display:flex; flex-direction: column;}
.facets-facet-browse-results-drilldown [data-view="Facets.CategoryCells"] .facets-category-cell {flex-basis:auto; width:100%; height:100%; margin-bottom:4px;}
.facets-facet-browse-results-drilldown .facets-category-cell-inner {flex-direction:row; padding:10px 12px; border-radius:6px;}
.facets-facet-browse-results-drilldown .facets-category-cell-inner .facets-category-cell-thumbnail {width:60px;padding:0; margin-right:18px;}
.facets-facet-browse-results-drilldown .facets-category-cell-inner .facets-category-cell-thumbnail .facets-category-cell-image {width:60px; max-width:none;}
.facets-facet-browse-results-drilldown .facets-category-cell-inner .facets-category-cell-title {padding:0; justify-content:space-between;}
.facets-facet-browse-results-drilldown .facets-category-cell-inner .facets-category-cell-title a {text-align:left; width:auto; font-size:13px; line-height:15px; letter-spacing:-0.015rem;}
.facets-facet-browse-results-drilldown .facets-category-cell-inner .facets-category-cell-title a:hover {color:#000;}
.facets-facet-browse-results-drilldown .facets-category-cell-inner .facets-category-cell-title .facets-category-cell-title-arrow {display:block; position:relative; top:auto; right:auto; transform:none; margin:0; margin-left:12px;}

.facets-facet-browse-results.facets-facet-browse-results-drilldown .facets-facet-browse-description-only .facets-browse-category-heading-list-header {display:none;}
}

/***********************/
/****** PDP Pages ******/
.product-details-full {width:100%;padding:0 20px;}
.product-details-full-content {margin-top:0 !important;}
.product-details-full-main-content {padding:0 !important;}

/*** Alternate Items Box ***/
/*** 2022 June 8 change for upsell use ***/
.alternateitems-container .alternateitems-header {background-image:none;border:1px solid #77787b; color:#e12727; font-weight:700; font-size:15px; letter-spacing:-0.025rem;}
.alternateitems-container .alternateitems-list, .alternateitems-container .alternateitems-list li:not(:first-child) {border-color:#77787b;}
.alternateitems-container .alternateitems-list {border-bottom:none !important;}
.alternateitems-container .alternateitems-list .alternateitems-itempriceandsku, .alternateitems-container .alternateitems-list .alternateitems-itemaddtocart {line-height:0;font-size:0;}
.alternateitems-container .alternateitems-list .alternateitems-priceandskulabel, .alternateitems-container .alternateitems-list .alternateitems-skuvalue {font-size:14px;line-height:1;}
.alternateitems-container .alternateitems-list li .alternateitems-price {font-size:14px;line-height:1;padding-right:20px;}
.alternateitems-container .alternateitems-list li .alternateitems-price:before {content:' ';line-height:1;}
.alternateitems-container .alternateitems-list .alternateitems-column1 {flex-shrink:0;padding:0 10px;}
.alternateitems-container .alternateitems-list .alternateitems-column2 {padding:0 10px;}
@media screen and (max-width:1040px){
.alternateitems-container .alternateitems-list li {padding:6px;}
.alternateitems-container .alternateitems-list .alternateitems-column1 {padding:0 10px;}
.alternateitems-container .alternateitems-list .alternateitems-column2 {padding:0 6px;}
}
@media screen and (max-width:600px){
.alternateitems-container .alternateitems-list li {padding:10px 6px;}
.alternateitems-container .alternateitems-list .alternateitems-itempriceandsku {margin-top:6px;}
}

/* PDP Image Gallery Main */
.product-details-full-main-content-left {padding:0;}
.product-details-full-image-gallery-container {margin:0;}
.product-details-image-gallery .bx-wrapper {flex-direction: row-reverse;}
.product-details-image-gallery .bx-wrapper .bx-viewport {width:38.28125vw !important;max-width: 600px;min-width:200px;}
.product-details-image-gallery .product-details-image-gallery-prev-icon, .product-details-image-gallery .product-details-image-gallery-next-icon {display:none !important;}

.product-details-image-gallery .bx-pager.bx-custom-pager {margin:0 6px 0 0;}
.product-details-image-container .product-details-image-gallery .bx-pager-item {margin:0 0 4px;}
/*.product-details-image-container .product-details-image-gallery .bx-pager-item:nth-child(n+8) {display:none;}
.product-details-image-container .product-details-image-gallery .bx-pager-item:last-child, .product-details-image-container .product-details-image-gallery .bx-pager-item:nth-child(7) {margin:0;}*/
.product-details-image-container .product-details-image-gallery .bx-pager-link {margin:0 !important;width:44px;height:44px;overflow:hidden;}
.product-details-image-container .product-details-image-gallery .bx-pager-link .video-play-button {position:relative;height:100%;display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;}
.product-details-image-container .product-details-image-gallery .bx-pager-link .video-play-button:before {content:'';width:20px !important;height:20px !important;left:auto;bottom:auto;background-size:contain;z-index:100;position: absolute;background-image:url("/site/playbutton.png");background-repeat: no-repeat;opacity:0.9;}
.product-details-image-gallery .bx-pager-link.active {border:1px solid #f47920;box-shadow:0 0 3px #f47920;box-shadow:0 0 3px rgba(244,121,32,0.6);}
.product-details-image-gallery .bx-pager-link img {width:100%;height:100%;}

.product-details-image-gallery-container {height:38.28125vw;max-height:600px;min-height:200px;}
.product-details-image-gallery-container img {padding:2px;}

/** PDP Image View More **/
.product-images-view-more-holder {position:absolute;top:338px;bottom:0;display:inline-block;}
.product-images-view-more-btn {margin:0;padding:0;width:44px;height:44px;box-sizing:border-box;border-radius:4px;border:1px solid #a7a9ac;background:#fff;font-size:11px;line-height:1;font-weight:600;letter-spacing:-0.015rem;color:#77787b;}
.product-images-view-more-btn:hover {border:1px solid #00aae7;color:#00aae7;}

/*************************/
/** PDP View More Modal **/
.product-details-view-more.modal-dialog.global-views-modal-large {margin:0 auto;position: absolute; top:50%; left:50%;-webkit-transform:translate(-50%, -49%) !important;-ms-transform:translate(-50%, -49%) !important; -o-transform:translate(-50%, -49%) !important; transform:translate(-50%, -49%) !important; max-height:100%;width:100%;max-width:1020px;padding:10px;}
.product-details-view-more .global-views-modal-content {padding:0;border:none;-webkit-box-shadow:3px 4px 6px rgba(0,0,0,0.16); box-shadow:3px 4px 6px rgba(0,0,0,0.16)}
.product-details-view-more .global-views-modal-content-header {position:relative;left:auto;width:100%;height:40px;margin:0;display:flex;flex-direction:row; flex-wrap:nowrap; justify-content:flex-end; align-items:center;padding:0 12px; background:linear-gradient(90deg, #E12727, #EE4826);border:none;}
.product-details-view-more .global-views-modal-content-header-close {font-size:34px;font-weight:300;padding:4px 0 5px 4px;line-height:18px;}

.product-details-view-more .global-views-modal-content .global-views-modal-content-body {padding:5px 20px 20px;}
.product-details-view-more .global-views-modal-content .product-view-more-container .product-details-information-tab-title a {padding:10px 30px 10px;}
.product-details-view-more .global-views-modal-content .product-view-more-tab-content {padding-top:29px;}
.product-details-information-tab-content-panel:first-child div.product-details-information-tab-content-container {padding-bottom:10px;padding-top:1px;}
.product-details-view-more .global-views-modal-content .product-view-more-tab-content .product-details-information-tab-content-container ul, .product-details-view-more .global-views-modal-content .product-view-more-tab-content .product-details-information-tab-content-container ol {margin:0 !important;}

.product-view-more-tab-content .bx-wrapper .bx-viewport {width:56.25% !important; flex:none; margin-right:2%;}
.product-view-more-tab-content .view-more-product-title {width:41.75%; top:2px; font-size:16px; line-height:20px; letter-spacing:-0.015rem; -webkit-line-clamp:3; -webkit-box-orient: vertical; overflow:hidden; text-overflow:ellipsis;}
.view-more-product-content-images .bx-controls {margin-top:60px;}
.view-more-product-content-images .bx-wrapper .bx-pager {margin:6px 0 0;}
.view-more-product-content-images .bx-wrapper .bx-pager .bx-pager-item {margin:12px 10px 0 0; line-height:0;}
.view-more-product-content-images .bx-wrapper .bx-pager-item a.bx-pager-link {margin:0;background-color:#fff;}
.view-more-product-content-images .bx-wrapper .bx-pager-item img {max-width:64px;width:64px;display:inline;}

/* View More Modal Video */
.product-view-more-videos-section {margin:0 0 20px;}
.product-view-more-videos-play-section iframe {padding-right:15px;}
.product-view-more-videos-list-section {width:225px;flex:none;}
.product-view-more-videos-list-section:before {height:calc(100% - 24px); top:24px;}
.product-view-more-videos-title {font-size:11px; font-weight:600;letter-spacing:-0.01rem;line-height:15px;}
.product-view-more-videos-list-section ul {border:none;padding-top:8px;}
.product-view-more-videos-list-section ul li.product-view-more-list-video-holder {padding:8px 5px 8px 9px; display:flex; flex-wrap:nowrap;}
.product-view-more-list-video-holder.active {background-color:#fff5ef;border-bottom:1px solid #F47920;}
.product-view-more-list-video-holder .product-view-more-list-video-name {padding-left:6px; font-size:11px; line-height:14px;}
.product-details-view-more .global-views-modal-content .product-view-more-tab-content .product-details-information-tab-content-container hr {background-color:#dcddde; height:1px; margin-block-start:10px; margin-block-end:10px;}
.product-view-more-info-section div:first-child {flex-shrink:0;flex-grow:0;}
.product-view-more-info-section .product-view-more-product-details-holder {margin-left:36px;}
.product-view-more-info-section .product-view-more-product-details-holder .product-view-more-product-title {font-size:16px; line-height:20px; letter-spacing:-0.015rem;}
.product-view-more-product-mpn {font-size:13px;color:#77787b; letter-spacing:-0.015rem; line-height:1.5;}
.product-view-more-product-mpn:before {content:'Model: '; font-size:13px; color:#77787b; letter-spacing:-0.015rem;}


/** Videos in Image gallery **/
li.product-details-image-gallery-video-container {display: flex;justify-content: center;height:38.28125vw !important;max-height:600px;min-height:200px;}
.product-details-image-gallery-video {padding:0 2px;line-height:0;width:100%;height:auto;}
.product-details-image-gallery-video div {line-height: 0;}
.product-details-image-gallery-video iframe {height: 21.140625vw !important;max-height:330px;min-height:100px;}

/** Single image (no gallery) **/
.product-details-image-gallery-detailed-image {width:38.28125vw;max-width:600px;min-width:200px;height:38.28125vw;max-height:600px;min-height:200px;margin:0;}

/** Image zooming **/
.product-details-image-gallery-zoomed-area {cursor:pointer; background-color:transparent; background-image: url('/site/sca-zoom-dotmatrix.png');background-repeat: repeat;background-size: 3px;background-position: top left;}
.product-details-image-gallery-zoomed-image {border:1px solid #00aae7;box-shadow:none;margin-left:20px;}


/* Top Section Info */
.product-details-full-main-content-right {display: flex;flex:auto;flex-direction: column;width:10%;flex-grow:1;flex-shrink:1;padding:0 20px;}
.product-details-new-tag, .product-details-clearance-tag, .product-details-buyout-tag, .product-details-sale-tag {font-size:14px;line-height:1;font-weight:600;letter-spacing:-0.015rem;padding:1px 6px 2px;position:relative;bottom:2px;}
.product-details-full-content-header {margin-bottom:20px;margin-top:-4px;}
.product-details-full-content-header-title {font-size:20px;line-height:24px;letter-spacing: -0.015rem;}
.product-details-parts-model-holder {margin:0;margin-top:3px;line-height: 15px;}
.product-details-manufacturer {letter-spacing:-0.005rem;}
.product-details-parts-model {margin-left:18px;}
#partsnum {border:none;margin:0;padding:0;padding-left:3px;margin-right:-8px;}
.product-details-parts-model-mpn {margin-left:6px;padding-left:6px;border-left:1px solid #77787b;}
.product-details-full-main {padding:0 2px;}
.product-details-full-main-bottom-banner {margin:0;}
.product-details-product-information {font-size:13px;line-height: 20px;letter-spacing: -0.01rem;color:#141419;font-weight:500;}
.product-details-product-infor-key-feature {margin-top:16px;}
.product-details-product-key-feature-title {font-size:15px;line-height:1;}
.product-details-bullethighlight, .product-details-full-main ul {margin-left:16px;margin-top:9px;font-size:13px;line-height:16px;letter-spacing:-0.01rem;}
.product-details-product-infor-key-feature li {list-style:none;margin-bottom: 3px;text-indent:-14px;}
.product-details-product-infor-key-feature li:last-child {margin-bottom:0;}
.product-details-bullethighlight li:before {content:'•';padding-right:9px;}

/** PDP Review Teaser **/
.TTteaser {margin-top:9px !important;font-size:11px !important;color:#303030 !important;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important; display: flex !important; align-items: center !important; line-height:15px;}
.TTteaser__rating {display: inline-block !important;vertical-align: middle !important;line-height: 0 !important;margin-right:4px !important;}
.TTteaser__star {padding-right:1px !important;display: inline-block !important;line-height: 0 !important;}
.TTteaser__icon--full {fill:#ffd600 !important;}
.TTteaser__icon--half {stroke:#ffd600 !important;fill:transparent !important;color:#ffd600 !important;}
.TTteaser__icon--empty {stroke:#77787b !important;}
.TTteaser__read-qa, .TTteaser__read-comments, .TTteaser__read-reviews, .TTteaser__write-review {color:#00AAE7 !important; text-decoration: none !important;font-size:12px !important;line-height:15px !important; font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important; padding:0 3px !important; letter-spacing:-0.025rem;}
.TTteaser__write-review {padding-left:3px !important; padding-right:0 !important;}
.TTteaser__read-qa:hover, .TTteaser__read-comments:hover, .TTteaser__read-reviews:hover, .TTteaser__write-review:hover {color:#00AAE7 !important; text-decoration: underline !important;}

/* Purchasing Control Deck */
.product-details-add-to-cart-details-holder {padding:14px;padding-top:13px;}
.product-details-full-main-add-to-cart-details {width:200px;}

/** Pricing **/
.product-views-yourprice-tag, .product-views-price-listprice-label {font-size: 11px !important;letter-spacing:-0.02rem !important;width:55px !important;margin-right: 4px;}
.product-views-price-lead.product-price-your-price {position:relative;left:-4px;}
.product-views-price-freeshipping-container {display: flex;}
.product-views-price-listprice-freeshipping-label {font-size: 0.75em;font-weight: 600;line-height:15px;color:#303030;}
.product-details-add-to-cart-details-holder .product-views-price {line-height: 1;}
/* SuiteCentric KDF 2/10/2021 - REMOVED 1 LINE */
/* .product-details-add-to-cart-details-holder .product-views-price-lead {font-size:18px; letter-spacing:-0.015rem;color:#e12727;} */
.product-details-add-to-cart-details-holder .product-view-sale-tag {display:inline-block;font-size:11px;font-weight:800;letter-spacing:-0.025rem;width:auto;margin-right:4px;}
/* SuiteCentric KDF 2/10/2021 - ADDED 1 LINE */
.product-details-add-to-cart-details-holder .product-views-pricing-label {font-size:14px;}
.product-details-add-to-cart-details-holder .quantity-pricing-container.product-details-bulk-pricing {border-bottom:1px solid #dcddde;padding-bottom:9px;}
.product-details-add-to-cart-details-holder .product-details-full-divider-add-desktop-first-divider {display: none !important;}
.product-details-add-to-cart-details-holder .quantity-pricing {margin-bottom:0;margin-top:12px;}
.product-details-add-to-cart-details-holder .quantity-pricing-expander-body-container {font-size:12px;line-height:16px;}
.product-details-add-to-cart-details-holder .product-price-sale-tag {font-size:13px;font-weight:700;letter-spacing:-0.02rem;}
.product-details-add-to-cart-details-holder .product-price-sale-price {font-size:18px;font-weight:700;letter-spacing:-0.025rem;}
.product-details-full-main-add-to-cart-details .product-views-price-old {font-size:12px;color:#77787b;margin-top:2px;}
.product-details-add-to-cart-details-holder .product-views-price-sale-banner {display: inline-block; background-color:#EE6426; background-image: linear-gradient(to right, #E12727, #EE6426); height:18px; max-width:100%; width:auto; width:-webkit-fill-available; width:fit-content; font-size:11px; font-weight:600;letter-spacing:-0.02rem;line-height:1;padding:3px 16px 0 4px;margin-top:6px;}
.product-views-price-sale-banner:after {content:" ";position: absolute;right:0 !important;top:0 !important;width:0;height:0;border-top:9px solid transparent;border-bottom:9px solid transparent;border-right:8px solid #fff;}

/** Stock Messaging **/
.product-details-full-ship-time {font-size:12px;line-height:14px;}
.product-line-stock {line-height: 0;margin-top: 6px;}
.product-line-stock-msg, .product-line-stock-msg-in, .product-line-stock-msg-low, .product-line-stock-msg-out, .product-line-stock-msg-description, .pickup-in-store-fulfillment-options-stock-msg-in, .pickup-in-store-fulfillment-options-stock-msg-description {font-size:15px;line-height:16px;}
.message-success, .stock-info-in, .product-line-stock-msg-in, .pickup-in-store-fulfillment-options-stock-msg-in {color:#a2b427;}
.product-line-stock-msg-out {color:#e12727;margin-top:16px;letter-spacing:-0.02rem;font-weight:700;}
.product-details-full-ship-time-estimate {font-size:13px;line-height:1;margin:3px 0 10px;color:#e12727;}
.product-line-stock-msg-in-text-count:after {content:' ';}

/** Notified When Available **/


/** Quantity **/
.product-details-quantity-options {margin-top:10px;}
.product-details-quantity-options-title {text-transform:none;font-weight:700;font-size:11px;}
.product-details-quantity-container input::-webkit-outer-spin-button, .product-details-quantity-container input::-webkit-inner-spin-button {-webkit-appearance:none;margin:0;}
.product-details-quantity-container input[type=number] {-moz-appearance: textfield;}
.product-details-full-quantity-data-holder .product-details-quantity-value {/*width:40px;height:28px;*/text-align: center;/*font-size: 11px;*/font-weight:600;padding: 0;background:#fff;/*border:1px solid #a7a9ac;border-radius:4px !important;*/}

.cart-add-to-cart-button-container {margin-top:12px;}
.cart-add-to-cart-button-button {height: 28px;width:100%;margin:0;padding:0;font-size:14px;font-weight:normal;text-align: center; letter-spacing:0;
	background:#e12727;
	background-color: #EE4826;
	background-image: -webkit-gradient(#EE4826, #E12727);
	background-image: -webkit-linear-gradient(#EE4826, #E12727);
	background-image: -moz-linear-gradient(#EE4826, #E12727);
	background-image: -ms-linear-gradient(#EE4826, #E12727);
	background-image: -o-linear-gradient(#EE4826, #E12727);
	background-image: linear-gradient(#EE4826, #E12727);
	border:1px solid #e12727;
	border-radius: 4px;
}

/* PDP Add to Cart button hover state */
.button-primary:hover, .item-cell-quick-view-link:hover, .facets-item-cell-grid-quick-view-link:hover, .facets-item-cell-list-quick-view-link:hover, .facets-item-cell-table-quick-view-link:hover, .button-proceed-to-checkout:hover, .cart-add-to-cart-button-button:hover, .cart-quickaddtocart-button:hover, .button-proceed-checkout:hover, .cart-summary-button-proceed-checkout:hover, .cart-proceed-to-checkout:hover, .cart-detailed-proceed-to-checkout:hover, .button-saveforlater-addtocart:hover, .product-list-details-later-macro-button-addtocart:hover, .error-management-expired-link-login-button:hover, .error-management-expired-link-register-button:hover, .error-management-generic-logout-close-button:hover, .error-management-logged-out-close-button:hover, .facets-item-cell-table-add-to-cart-button:hover, .header-mini-cart .header-mini-cart-button-checkout:hover, .home-slide-caption .home-slide-caption-button:hover, .product-list-deletion-button-delete-button:hover, .product-reviews-form-actions-button-submit:hover, .product-reviews-form-preview-actions-button-submit:hover, .store-locator-details-get-directions-button:hover, .store-locator-results-button-find:hover, .store-locator-search-button-find:hover, .pickup-in-store-store-selector-list-row-select-for-pickup:hover {color:#fff;background:#ee4826;border-color:#e12727;text-decoration: none;}

/* PDP Add to Cart button focus/active state */
.button-primary:active, .item-cell-quick-view-link:active, .facets-item-cell-grid-quick-view-link:active, .facets-item-cell-list-quick-view-link:active, .facets-item-cell-table-quick-view-link:active, .button-proceed-to-checkout:active, .cart-add-to-cart-button-button:active, .cart-quickaddtocart-button:active, .button-proceed-checkout:active, .cart-summary-button-proceed-checkout:active, .cart-proceed-to-checkout:active, .cart-detailed-proceed-to-checkout:active, .button-saveforlater-addtocart:active, .product-list-details-later-macro-button-addtocart:active, .error-management-expired-link-login-button:active, .error-management-expired-link-register-button:active, .error-management-generic-logout-close-button:active, .error-management-logged-out-close-button:active, .facets-item-cell-table-add-to-cart-button:active, .header-mini-cart .header-mini-cart-button-checkout:active, .home-slide-caption .home-slide-caption-button:active, .product-list-deletion-button-delete-button:active, .product-reviews-form-actions-button-submit:active, .product-reviews-form-preview-actions-button-submit:active, .store-locator-details-get-directions-button:active, .store-locator-results-button-find:active, .store-locator-search-button-find:active, .pickup-in-store-store-selector-list-row-select-for-pickup:active, .button-primary:focus, .item-cell-quick-view-link:focus, .facets-item-cell-grid-quick-view-link:focus, .facets-item-cell-list-quick-view-link:focus, .facets-item-cell-table-quick-view-link:focus, .button-proceed-to-checkout:focus, .cart-add-to-cart-button-button:focus, .cart-quickaddtocart-button:focus, .button-proceed-checkout:focus, .cart-summary-button-proceed-checkout:focus, .cart-proceed-to-checkout:focus, .cart-detailed-proceed-to-checkout:focus, .button-saveforlater-addtocart:focus, .product-list-details-later-macro-button-addtocart:focus, .error-management-expired-link-login-button:focus, .error-management-expired-link-register-button:focus, .error-management-generic-logout-close-button:focus, .error-management-logged-out-close-button:focus, .facets-item-cell-table-add-to-cart-button:focus, .header-mini-cart .header-mini-cart-button-checkout:focus, .home-slide-caption .home-slide-caption-button:focus, .product-list-deletion-button-delete-button:focus, .product-reviews-form-actions-button-submit:focus, .product-reviews-form-preview-actions-button-submit:focus, .store-locator-details-get-directions-button:focus, .store-locator-results-button-find:focus, .store-locator-search-button-find:focus, .pickup-in-store-store-selector-list-row-select-for-pickup:focus {color:#fff;background:#e12727;border-color:#e12727;text-decoration: none;}

/** PDP Add to Cart Disabled **/
.cart-add-to-cart-button-button.disabled{color:transparent;font-size:0;background:#fff;opacity:0.75;}
.cart-add-to-cart-button-button.disabled:before {content:'No Longer Available';color:#e12727;font-size:14px;font-weight:600;letter-spacing:-0.02rem;}

.product-details-full-actions-addtoquote {display: inline-block;width:100%;margin-top: 10px;}
.product-details-full-actions-addtoquote .product-detail-to-quote-add-to-quote-button, .product-details-full-actions-addtoquote .product-detail-to-quote-loading {margin:0;font-size:12px;letter-spacing:-0.02rem;background-color:#efefef;background:#efefef;border:1px solid #a7a9ac;border-radius:4px;}

.product-details-full-divider-add-desktop {margin-top:16px;margin-bottom:14px;}
.product-details-full-shipping-details-holder {margin-top:14px;font-size:12px;line-height:14px;letter-spacing:-0.015rem;}
.product-details-full-free-shipping {color:#030303;font-weight:700;font-size:14px; letter-spacing:-0.03rem;}
.product-details-full-free-shipping:before {content:''; display:inline-block; background:url('/site/pehd_fstruck-b@2x.png');width:33px;height:15px;margin:0 3px 0 0; background-size:contain; background-repeat:no-repeat; background-position:center;}
.product-details-full-return-policy {margin-top:14px;font-size:12px;line-height:14px;font-weight:600;letter-spacing:-0.03rem;}

.product-details-full-actions-addtowishlist .product-list-control-button-wishlist {padding:7px 18px 7px 2px;letter-spacing:-0.01rem;}
.product-details-full-actions-addtowishlist .product-list-control-dropdown-button {width:19px;}

.product-details-full-social-share {margin-top:13px;}
.social-sharing-flyout-icons {line-height: 1;}
.product-details-full-social-share-title {font-size:12px;line-height:1;margin-right:14px;}
.social-sharing-flyout-content-social-facebook, .social-sharing-flyout-content-social-twitter, .social-sharing-flyout-content-social-google, .social-sharing-flyout-content-social-pinterest {line-height:1;}
.social-sharing-flyout-content-social-pinterest-icon, .social-sharing-flyout-content-social-facebook-icon, .social-sharing-flyout-content-social-twitter-icon {font-size: 17px;}
.social-sharing-flyout-content-social-twitter {margin-right:0;}

.product-details-overview {max-width:1540px;padding:0 20px;}
.product-details-full .product-details-full-divider-desktop {max-width:1500px;margin:40px auto 24px;}
.product-details-overview .product-details-full-divider-desktop {margin:24px 0;}

/** PDP Frequently Bought Together **/
.item-frenquently-title h3 {margin-bottom:20px;}
.frequently-container {margin-bottom:14px;}
.frequently-container .bx-controls {display: none;}
.frequently-container .merch-zone-slider {margin-left:0;width:100% !important;display:flex;}
.frequently-container .item-relations-cell {width:auto !important;height:160px !important;display: flex;align-items:center;justify-content:space-between;flex:none;margin-right:20px;}
.frequently-container .item-relations-cell:after {content:'+';font-size:20px;color:#000;font-weight:700;display:block;margin-left:20px;}
.frequently-container .item-relations-cell:last-child {margin-right:0 !important;}
.frequently-container .item-relations-cell:last-child:after {content:'';font-size:0;display:none;}
.frequently-container .item-relations-cell:last-child .item-cell.item-cell-grid a {padding-right:0;}
.frequently-container .item-relations-cell .item-cell.item-cell-grid {margin-bottom:0;}
.frequently-container .item-relations-cell .item-cell.item-cell-grid a {display: block;line-height: 0;}

.item-frenquntly-total-price {font-weight:700;color:#a2b427;letter-spacing:-0.02rem;}
.item-frenquently-add-all-cart {width:154px;height:26px;padding:0;background-color:#ee6426;background-image:linear-gradient(#EE4826, #E12727);}
/*.item-frenquntly-details-left {margin-left:26px;}*/
.item-frenquntly-details-left label {text-indent:-26px;margin-bottom:10px;display:flex;line-height:1.25;}
.item-frenquntly-details-left tr:last-child label {margin-bottom:0;}
input[type="checkbox"].item-frenquntly-checkout {margin-bottom:0;position:relative;top:2px;}
.item-frenquently-current-item {text-indent:0;line-height:1.25;padding-right:3px;}
.item-frenquently-product-title {text-indent:0;line-height:1.25;}

/* PDP Tabbed Content */
.product-details-information-content-tabs {margin:0 !important;width: 100%;display:flex;}
.product-details-information-tab-title a {padding:11px 30px;font-size:13px;font-weight:600;color:#000;letter-spacing:-0.015rem;line-height:17px;}
.product-details-information-tab-title.active a {color:#e12727;}
.product-details-information-tab-content [data-pusher="sc-pushable-xs"] {width:auto;position: static;padding-left:0;padding-right:0;background:none;}

.product-details-information-downloads-container:before {content:'Manuals & Resources';font-size:15px;font-weight:500;letter-spacing:-0.02rem;display:block;margin-bottom:24px;line-height:18px;}
.product-details-information-downloads-container ul {margin:0;}
.product-details-information-downloads-container ul li {display: flex;align-items:center;}
.product-details-information-downloads-container ul li:not(:last-child) {margin-bottom:12px;}
.product-details-information-downloads-container ul li img {width:29px;height:34px;}
.product-details-information-downloads-container ul li a {margin-left:12px;}

.product-details-information-bottom-tabs li:first-child, .product-details-information-bottom-tabs li:first-child a {border-radius:0 0 0 7px;}
.product-details-information-bottom-tabs li:last-child, .product-details-information-bottom-tabs li:last-child a {border-radius:0 0 7px 0;}
.product-details-information-bottom-tab a {font-size:11px;font-weight:600;padding:7px 25px 8px;line-height:1;letter-spacing:-0.015rem;color:#77787b;background-color:#f6f6f6;}
.product-details-information-bottom-tab.active a {color:#e12727;background-color:#fff;}
.product-details-information-bottom-tab.active {background-color:#fff !important;border-top:1px solid #fff;}
.product-details-information-bottom-tab:not(.active) {border-top:1px solid #dcddde;}

/******************************************************/
/** PDP TurnTo Review inactive page length issue fix **/
/** Fixes massive whitespace below footer issue *******/
@media screen and (min-width:520px){
.product-details-information-tab-content [data-pusher="sc-pushable-xs"] {display:none;}
.tab-content-panel.active, .active.product-details-information-tab-content-panel {display:block !important;}
}

@media screen and (max-width:1280px){
.product-details-image-container .product-details-image-gallery .bx-pager-link {width:36px;height:36px;}
.product-details-image-container .product-details-image-gallery .bx-pager-link .video-play-button:before {width:18px !important;height:18px !important;bottom:-26px;left:-9px;}
.product-details-image-gallery .bx-wrapper .bx-viewport {width:34.5489443378119vw !important;}
.product-details-image-gallery-video iframe {height:19.25vw !important;}

/** PDP Image View More **/
.product-images-view-more-holder {position:absolute;top:280px;bottom:0;display:inline-block;}
.product-images-view-more-btn {width:36px;height:36px;font-size:10px;}
.product-images-view-more-btn:hover {border:1px solid #00aae7;color:#00aae7;}

.product-details-full-main-content-right {padding:0 10px 0 14px;}
.TTteaser {display: block !important;}
.TTteaser__rating {width:100% !important;}
}

@media screen and (max-width:1040px){
/** PDP Tablet View Top Section **/
.product-details-full {padding:0 16px;}
.product-details-full-main-content {display: flex;flex-direction: row;flex-wrap:wrap;}
.product-details-full-main-content-left{order:1;width:10%;flex-grow:1;flex-shrink:1;border-bottom:1px solid #dcddde;padding-right:20px;}
.product-details-full-mid-content-header{display: flex;flex-wrap: wrap;}
/* SuiteCentric KDF 2/10/2021 - MODIFIED 1 LINE */
/* .product-details-full-content-header-title {font-size:18px;font-weight:normal;line-height:22px;letter-spacing:-0.02rem;width:100%;} */
.product-details-full-content-header-title {order:0;font-size:18px;font-weight:normal;letter-spacing:-0.02rem;width:100%;line-height:1.2em;}
.product-details-parts-model-holder {order:1;width:100%;margin:0;}
.product-details-md-rating-holder {order:2;width:100%;margin-left:-3px;}
.product-details-md-rating-holder .TTteaser .TTteaser__rating {position:relative;left:3px;}
.product-line-model-value {font-weight:normal;}
#partsnum {margin-right:0;border:none;padding:0;}
.product-details-image-gallery .bx-wrapper {flex-direction: column;}
.product-details-image-gallery .bx-wrapper .bx-viewport {width:46.3541666666667vw !important; margin:10px auto 0;}
.product-details-image-gallery-container {height:46.3541666666667vw;}
.product-details-image-gallery-container img {padding:4px;}

li.product-details-image-gallery-video-container {display: flex;height:46.3541666666667vw !important;align-items:center;justify-content: center;}
.product-details-image-gallery-video {padding:0 2px;line-height:0;display: flex;justify-content: center;align-items: center;width:100%;}
.product-details-image-gallery-video div {width:100%;}
.product-details-image-gallery-video iframe {height:25.75vw !important;}

.product-details-image-gallery .bx-controls, .product-details-image-gallery .bx-custom-pager {display: flex;width:100%;justify-content: center;margin:6px 0 10px;}
.product-details-image-gallery .bx-wrapper .bx-pager {position:relative;}
.product-details-image-gallery .product-details-image-gallery-prev-icon, .product-details-image-gallery .product-details-image-gallery-next-icon {display:block !important;font-size:40px;height:auto;width:20px; top:calc(50% - 55px);}
.product-details-image-container .product-details-image-gallery .bx-pager-item {margin:0;margin-right:7px;}
.product-details-image-container .product-details-image-gallery .bx-pager-item:last-child {margin-right:0;}
.product-details-image-container .product-details-image-gallery .bx-pager-link {width:8px;height:8px;background-color:#dcddde;border:1px solid #a7a9ac;border-radius:100%;}
.product-details-image-gallery .bx-pager-link.active {box-shadow: none; background-color:#a7a9ac !important; border:1px solid #a7a9ac !important;}
.product-details-image-container .product-details-image-gallery .bx-pager-item img {display: none;}
.product-details-image-gallery-zoomed-image, .product-details-image-gallery-zoomed-area {display: none;}

/** PDP Image View More **/
.product-images-view-more-holder {position:relative;top:0;bottom:0;display:flex;justify-content:center;}
.product-images-view-more-btn {width:auto;height:auto;font-size:0;padding:8px 10px;margin:8px 0;}
.product-images-view-more-btn:before {content: 'View Full Image Gallery';font-size:11px;line-height:1;}
.product-images-view-more-btn:hover {border:1px solid #00aae7;color:#00aae7;}

/** View More Modal 1040 **/
.product-view-more-container div[role="tabpanel"] ul[role="tablist"] {display:flex;z-index:999;position:relative;}
.product-view-more-container .product-details-information-tab-title {flex-grow:1;}
.product-view-more-container .product-details-information-tab-title a {border-right:none;}
.product-details-view-more .global-views-modal-content .product-view-more-tab-content {position:relative;top:-1px;}
.view-more-product-content-images .bx-wrapper {flex-direction:row; align-items:inherit; padding-top:0;}
.view-more-product-content-images .bx-wrapper .bx-pager a {width:auto;height:auto;border-radius:0;}
.view-more-product-content-images .bx-wrapper .bxslider li.product-view-more-container img {max-height:540px;margin:auto;}
.product-view-more-tab-content .view-more-product-title {text-align: left;}

/*Single Product Image*/.product-details-image-gallery-detailed-image {width:46.3541666666667vw; height:46.3541666666667vw;margin:12px auto 14px;max-width:400px;max-height:400px;}

.product-details-full-main-add-to-cart-details {order:1;width:240px;border-bottom:1px solid #dcddde;}
.product-details-add-to-cart-details-holder{padding:0 0 20px 20px;border:none;border-radius:0;border-left:1px solid #dcddde;margin:0;/*min-height:460px;*/height:100%;}
.product-details-add-to-cart-details-holder .quantity-pricing {border:1px solid #a7a9ac;border-radius: 4px;padding:8px 5px;}
.product-details-add-to-cart-details-holder .quantity-pricing-container.product-details-bulk-pricing {padding:0;border:none;}
.product-details-add-to-cart-details-holder .quantity-pricing-container.product-details-bulk-pricing .product-details-full-divider-md {display: none;}
.quantity-pricing-expander-head {padding:0 9px 6px;border-bottom:1px solid #dcddde;margin-bottom:6px;}
.product-details-add-to-cart-details-holder .quantity-pricing-expander-body-container {padding:0 9px;font-size:11px;}

.product-details-quantity-options {justify-content:space-between;}
.product-details-quantity-options-title {display: none;}
.product-details-quantity-options-title-md {display: block;margin:0;font-size:13px;font-weight:600;letter-spacing:-0.01rem;}
.product-details-quantity-container {display: flex;width:100%;margin:0;}
.product-details-full-quantity-data-holder .product-details-quantity-value {width:50px;height:33px;border:none;border-top:1px solid #a7a9ac; border-bottom:1px solid #a7a9ac; border-radius:0 !important;font-size:12px;font-weight:normal;}
.product-details-full-quantity-data-holder .product-details-quantity-remove, .product-details-full-quantity-data-holder .product-details-quantity-add {display:block;width:36px;height:33px;font-size:18px;font-weight:700;color:#77787b;padding-bottom:1px;}
.product-details-full-quantity-data-holder .product-details-quantity-remove {border-radius:4px 0 0 4px;}
.product-details-full-quantity-data-holder .product-details-quantity-add {border-radius:0 4px 4px 0;}

.product-details-full-quantity-data-holder .product-details-quantity-remove {color:transparent !important;font-size:0 !important;line-height:0 !important;}
.product-details-full-quantity-data-holder .product-details-quantity-remove:before {content:'–';font-size:18px;color:#77787b;line-height:1;}
.product-details-full-quantity-data-holder .product-details-quantity-remove:disabled:before, .product-details-full-quantity-data-holder .product-details-quantity-add:disabled {color:#a7a9ac;}

.product-details-full-main-add-to-cart-details .cart-add-to-cart-button-container {margin-top:20px;margin-bottom:20px;}
.product-details-full-main-add-to-cart-details .cart-add-to-cart-button-button {height:38px;font-size:15px;}
.product-details-full-divider-add-desktop {display: none;}
.product-details-full-divider {margin:14px 0 12px;display: block;}
.product-details-full-shipping-details-holder {font-size:13px;line-height:1.25;}
.product-details-full-return-policy {font-size:13px;letter-spacing:-0.02rem;}

.product-details-full-actions-addtoquote {display: none;}
.product-details-full-actions-addtoquote-md {display: block;}
.product-details-full-actions-addtoquote-md .product-detail-to-quote-add-to-quote-button, .product-details-full-actions-addtoquote-md .product-detail-to-quote-loading {height:34px;padding:0 !important;margin:15px 0 0;font-size:13px;font-weight:normal;display:flex;justify-content:center;align-items:center;}
.product-details-full-actions-addtowishlist .product-list-control-button-wishlist {padding:0;height:34px;font-size:13px;}
.product-list-control-plus {display:inline;font-weight:700;}
.product-details-full-actions-addtowishlist .product-list-control-dropdown-button {display:none;}
.product-details-full-social-share {display: none;}


.product-details-full-main-content-right {order:2;width:100%;margin-top:24px;}
.product-details-full-content-header {display:none;}
.product-details-full-divider-desktop {display: none;}
.product-details-full-divider-md {display: block;margin:26px -16px;}
.product-details-full-social-share-md {display: flex;height:auto;margin:-14px 0;}
.product-details-full-social-share-md .product-details-full-social-sharing-md .social-sharing-flyout-icons a {margin-right:20px;}
.product-details-full-social-share-md .product-details-full-social-sharing-md .social-sharing-flyout-icons a:last-child {margin-right:0;}

/** PDP Tablet View Body **/
.product-details-overview {padding:0;}

.product-details-full-content-related-items {padding:0 16px 26px;border-bottom:1px solid #dcddde;margin-bottom:30px;}
.item-frenquently-image {width:140px;height:140px;}
.item-frenquntly-details-left {margin-left:0;}
.item-frenquntly-details-left label {text-indent:-26px;margin-bottom:10px;display:flex;line-height:1.25;}
.item-frenquntly-details-left tr:last-child label {margin-bottom:0;}
input[type="checkbox"].item-frenquntly-checkout {margin-bottom:0;position:relative;top:2px;}
.item-frenquently-current-item {text-indent:0;line-height:1.25;padding-right:3px;}
.item-frenquently-product-title {text-indent:0;line-height:1.25;}
.item-frenquently-details-holder {display: flex;justify-content: space-between;}
.item-frenquntly-product-total {margin:0;}


/** Product Details Tabbed Info **/
.product-details-information-content-tabs {display: flex;margin:0;border-top:1px solid #dcddde;border-bottom:1px solid #dcddde;justify-content:space-evenly;}
.product-details-information-tab-title {flex-grow:1;}
.product-details-information-tab-title a {width:100%;height:46px;padding:0;display: flex;justify-content: center;align-items: center;border-right:1px solid #dcddde;font-weight:600;letter-spacing:-0.015rem;}
.product-details-information-tab-title:last-child a {border-right:none;}
.product-details-information-tab-title.active a, .product-details-information-tab-title.active a:hover {border-bottom:3px solid #ee4826;background-color:#FFF5EF;color:#e12727;}
.product-details-information-tab-title a:hover {background-color:#f6f6f6;color:#303030;}

.product-details-information-tab-content{border:none;padding:40px 26px;}
.product-details-mobile-information-details-tab {padding:0;}

.product-details-information-bottom-tabs {border-top:1px solid #dcddde;padding:0 16px;margin:0 !important;}
.product-details-information-bottom-tabs li {margin-top:-1px;}
.product-details-information-bottom-tabs li:first-child, .product-details-information-bottom-tabs li:first-child a {border-radius:0 0 0 7px;}
.product-details-information-bottom-tabs li:last-child, .product-details-information-bottom-tabs li:last-child a {border-radius:0 0 7px 0;}
.product-details-information-bottom-tab a {font-size:11px;font-weight:600;padding:7px 25px 8px;line-height:1;letter-spacing:-0.015rem;color:#77787b;background-color:#f6f6f6;}
.product-details-information-bottom-tab.active a {color:#e12727;background-color:#fff;}
.product-details-information-bottom-tab.active {background-color:#fff !important;border-top:1px solid #fff;}
.product-details-information-bottom-tab:not(.active) {border-top:1px solid #dcddde;}

.product-details-information-tab-content [data-pusher="sc-pushable-xs"] {width:auto;position: static;padding-left:0;padding-right:0;background:none;}
}

@media screen and (max-width:880px){
/* View More Modal 880 */
.product-view-more-container .bx-controls.bx-has-controls-direction.bx-has-pager {margin-top:60px;}
.view-more-product-content-images .bx-wrapper .bx-pager a.bx-pager-link {border:1px solid #dcddde;}
.view-more-product-content-images .bx-wrapper .bx-pager a.bx-pager-link.active {border-color:#F47920;}
}

@media screen and (max-width:768px){
/* View More Modal 768 */
.view-more-product-content-images {display:flex; flex-direction:column-reverse; align-items:center;}
.view-more-product-content-images .bx-wrapper {align-items:center; flex-direction:column;}
.product-view-more-tab-content .view-more-product-content-images .view-more-product-title {position:relative;top:auto;right:auto;width:100%;}
.product-view-more-tab-content .bx-wrapper .bx-viewport {width:100% !important; margin:0 auto; max-width:540px;}
.product-view-more-container .bx-controls.bx-has-controls-direction.bx-has-pager {display:block;margin-top:12px;}
.view-more-product-content-images .bx-wrapper .bx-pager {margin:0;}
.view-more-product-content-images .bx-wrapper .bx-pager .bx-pager-item {margin:0 7px 0 0;}
.view-more-product-content-images .bx-wrapper .bx-pager a.bx-pager-link {width:6px;height:6px;border-radius:50%;background-color:#dcddde;border-color:#a7a9ac;}
.view-more-product-content-images .bx-wrapper .bx-pager a.bx-pager-link.active {background-color:#FFB780;border-color:#F47920;}
.view-more-product-content-images .bx-wrapper .bx-pager-item img {display:none;}
}

@media screen and (max-width:767px){

/* SuiteCentric KDF 2/10/2021 - MODIFIED 1 LINE */
/* .product-details-full-content-header-title {font-size:16px;line-height:19px;} */
.product-details-full-content-header-title {font-size:16px;line-height:22px;}
.product-details-parts-model-holder {display: flex;}

/* Sub-Tablet Purchasing Controls */
.product-details-full-main-add-to-cart-details {width:210px;}
.product-details-add-to-cart-details-holder {padding-left:16px;}
.product-details-bulk-holder {border:none;padding:0;border-radius:0;}
.product-details-full-ship-time {margin-top:25px;}

.product-details-full-actions-addtoquote-md .product-detail-to-quote-add-to-quote-button, .product-details-full-actions-addtoquote-md .product-detail-to-quote-loading {font-size:12px;height:30px;}
.product-details-full-actions-addtowishlist .product-list-control-button-wishlist {font-size:12px;height:30px;}

#product-details-tablet-divider {display: none;}

.frequently-container .item-relations-cell {margin-right:15px !important;height:100px !important;}
.frequently-container .item-relations-cell:after {margin-left:15px;}
.item-frenquently-image {width:100px;height:100px;}
.item-frenquently-details-holder {display: flex; flex-wrap:wrap;}
.item-frenquntly-details-left {width:100%;}
.item-frenquntly-product-total {width:100%;margin-top:10px;}

.product-details-information-tab-content [data-pusher="sc-pushable-xs"] {width:auto;position: static;padding-left:0;padding-right:0;background:none;}
.product-details-information-tab-content .sc-pusher-header {display: none;}
}

@media screen and (max-width:600px){
.product-details-full {padding:0 10px;margin-top:14px;}
.product-details-full-main-content-left {order:0;width:100%;padding:0;border:none;margin-bottom:22px;}
/* SuiteCentric KDF 2/10/2021 - MODIFIED 1 LINE */
/* .product-details-full-content-header-title {font-size:13px;font-weight:600;letter-spacing:-0.02rem;line-height:16px;margin-bottom:4px;} */
.product-details-full-content-header-title {font-size:14px;line-height:1.2em;font-weight:600;letter-spacing:-0.02rem;margin-bottom:4px;}
.product-details-image-gallery .bx-wrapper .bx-viewport {margin:8px auto 0;width:75vw !important;min-width:240px;max-width:600px;}
.product-details-image-gallery-container {height:75vw;min-height:240px;max-height:600px;}
li.product-details-image-gallery-video-container {height:75vw !important;}
.product-details-image-gallery-video iframe {height:40.75vw !important;}
.product-details-image-gallery .bx-controls, .product-details-image-gallery .bx-custom-pager {display:block !important;margin:8px 0 0 !important;top:auto !important;}
.product-details-image-gallery .bx-wrapper .bx-pager {font-size:0;}
.product-details-image-gallery .bx-pager-link {padding:0 !important;}

.product-images-view-more-btn {margin:10px 0 0;}

.product-details-full-main-add-to-cart-details {width:100%;margin:0 auto;border:none;}
.product-details-add-to-cart-details-holder {padding:0;border:none;min-height:0;}
.product-details-full-ship-time {margin-top:20px;}
.product-line-stock-msg, .product-line-stock-msg-in, .product-line-stock-msg-low, .product-line-stock-msg-out, .product-line-stock-msg-description, .pickup-in-store-fulfillment-options-stock-msg-in, .pickup-in-store-fulfillment-options-stock-msg-description {font-size:16px;line-height:1.2;letter-spacing:-0.015rem;}
.product-details-full-main-add-to-cart-details .cart-add-to-cart-button-container {margin-bottom:18px;}
.product-details-full-main-add-to-cart-details .cart-add-to-cart-button-button {height:40px;}
.product-details-full-actions-addtoquote-md {margin-top:22px;}
.product-details-full-actions-addtoquote-md .product-detail-to-quote-add-to-quote-button, .product-details-full-actions-addtoquote-md .product-detail-to-quote-loading {height:34px;font-size:14px;letter-spacing:-0.01rem;}
.product-details-full-actions-addtowishlist .product-list-control-button-wishlist {height:34px;font-size:14px;letter-spacing:-0.01rem;margin-top:11px;}
.product-list-control-plus {font-weight:600;}

.product-details-full-main-content-right {margin-top:28px;padding:0;}
.product-details-product-information {margin:0;font-size:11px;line-height:18px;}
.product-details-bullethighlight, .product-details-full-main ul {font-size:11px;line-height:16px;margin-left:15px;margin-top:8px;}

.product-details-full-divider-md {margin:20px -16px 30px;}
.product-details-full-social-share-md {margin:-20px 0 -10px;justify-content:center;padding:0 4px;}

.product-details-full-content-related-items{padding:0 10px 36px;border:none;margin:0;}
.item-frenquently-details-holder {display:none;}
.frequently-container {margin:0; border:1px solid #dcddde;border-top:none;border-bottom:none;}
.frequently-container .bx-wrapper .bx-viewport {height:auto !important;border-left:1px solid #dcddde;border-right:1px solid #dcddde;}
.frequently-container .merch-zone-slider {left:0 !important;display:flex !important;justify-content:center!important;}
.frequently-container .item-relations-cell {height:auto !important;margin-right:18px !important;}
.frequently-container .item-relations-cell:after {display: none;}
.item-frenquently-image {display: none;width:0;height:0;}
.item-frenquently-image.active {display:block;height:40px;width:40px;margin:16px 0;}
.item-frenquntly-mobile-product-details {border:1px solid #dcddde;border-bottom:none;}
.item-frenquntly-mobile-product-details:first-child {border-top:none;}

.item-frenquntly-mobile-add-cart-holder {border:1px solid #dcddde;padding:14px 20px 17px;}
.item-frenquntly-item-frenquntly-mobile-add-cart-price {font-size:13px;letter-spacing:-0.02rem;text-align:center;}
.item-frenquntly-mobile-count {font-weight:700;margin-right:26px;}
.item-frenquently-add-all-cart {width:100%;height:35px;background:#fff;background-color:#fff;border:1px solid #ee4826;color:#ee4826;font-size:14px;font-weight:600;letter-spacing:-0.02rem;margin-top:13px;}
.item-frenquently-add-all-cart:hover, .item-frenquently-add-all-cart:focus, .item-frenquently-add-all-cart:active {background-color:#ee4826;color:#fff;}

.product-details-information-content-tabs {display: none;}
.product-details-information-tab-content {padding:0;}
.product-details-information-tab-content .sc-pusher-header {display: block;}
.product-details-mobile-information-details-tab {padding:10px 15px;}
.product-details-information-tab-content [data-pusher="sc-pushable-xs"] {width:100%;right:-100%;background:#fff; -webkit-transition:-webkit-transform 400ms ease; -moz-transition:-moz-transform 400ms ease; -o-transition:-o-transform 400ms ease; transition:transform 400ms ease;height:100%;position:fixed;top:0;z-index:9990;padding-bottom:40px;}
.tab-content-panel, .product-details-information-tab-content-panel {padding-bottom:0; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; overflow:hidden;max-height:none;height:0;}
.product-details-information-tab-content-panel {opacity:1;overflow-y: auto;}
.tab-content-panel.active, .active.product-details-information-tab-content-panel {opacity:1;height:100%;overflow-y: auto;}

}

@media screen and (max-width:440px){
/* View More Modal 440 */
.product-details-view-more .global-views-modal-content .global-views-modal-content-body {padding:1px 10px 14px;}
.product-view-more-videos-section {display: flex; flex-direction:column}
.product-view-more-videos-play-section {width:100%;height:56vw;}
.product-view-more-videos-play-section iframe {padding:0;}
.product-view-more-videos-list-section {width:100%;margin-top:14px;}
.product-view-more-videos-list-section:before {width:100%; height:1px;}
.product-view-more-videos-list-section ul {display:flex; flex-direction:row;flex-wrap:wrap; justify-content:space-evenly;padding-top:16px;}
.product-view-more-videos-list-section ul li.product-view-more-list-video-holder {width:100%; margin:4px 0;border-bottom:1px solid #f47920; padding-bottom:16px;}
.product-view-more-list-video-holder img {margin:0;margin-right:8px;}
}

/*****************************************************/
/****** TEMPORARY PDP ADJUSTMENT - REMOVE LATER ******/
/* SuiteCentric 2021-06-09: Re-enabled ship time message on PDP
.product-details-full-ship-time {opacity:0;line-height:0;font-size:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
 */
.PDPRowSection {overflow:auto;padding-bottom:20px;}
.container-full-width-nomargin {display:flex; flex-direction:row;flex-wrap:nowrap; align-items:flex-start; justify-content:space-between;}
.container-third-width {width:33%;flex-grow:1;padding:20px 10px; margin:10px 0; text-align:center;}
.container-third-width .h2-content-third-centered {color:#000; font-size:1.25rem; letter-spacing:-0.02rem;margin-left:0 !important; margin:10px auto 0;}
.container-third-width .p-content-third_v2 {margin-top:8px !important; line-height:1.2; font-size:14px !important;}
.container-third-width .img-content {}
@media screen and (max-width:440px){
.container-full-width-nomargin {flex-direction:column;}
.container-third-width {width:100%;padding:10px 0;}
.container-third-width .img-content {max-width:300px;}
}
/*****************************************************/
/*****************************************************/

/****** Cart Pages ******/
.cart-detailed {width:100% !important;max-width:1500px;padding: 0 20px;margin:30px auto 40px;}
.cart-detailed-body {display:flex;flex-direction:row;flex-wrap:wrap;padding-bottom:60px;width:100%;margin:0;}
.cart-detailed [data-view="Cart.SecurityPrivacy.View"] {width:auto;}
.cart-detailed-body .security-and-privacy-container {width:160px;}
.cart-security-privacy-container .cart-security-text, .cart-security-privacy-container .cart-privacy-text {padding:10px 15px 13px;background:#f6f6f6;}
.cart-security-privacy-container .cart-privacy-text {margin-top:3px;}
.cart-security-privacy-container h4 {font-size:13px !important;font-weight:700;line-height: 1;margin-bottom:6px;color:#77787b !important;letter-spacing:-0.015rem;}
.cart-security-privacy-container p {font-size:10px !important;font-weight:500;line-height:13px !important;color:#77787b !important;letter-spacing:-0.01rem;opacity:0.95;}


.cart-detailed-body .cart-detailed-left {flex-grow:1;width:60%;padding:0 20px;}
.cart-detailed-body .cart-detailed-left .cart-detailed-header {padding-top: 4px;padding-left:9px;}
.cart-detailed-body .cart-detailed-left .cart-detailed-header .cart-detailed-title {padding:0;margin-bottom:30px;display: flex;align-items: center;}
.cart-detailed-body .cart-detailed-left .cart-detailed-header .cart-detailed-title .header-mini-cart-menu-cart-page-icon {width:36px;height:28px;padding:0;margin-right:20px;display: block;}
.cart-detailed-body .cart-detailed-left .cart-detailed-header .cart-detailed-title .cart-detailed-title-details-count {font-size:20px;font-weight:300;letter-spacing:-0.02rem;color:#77787b;padding:0;display:block;line-height:1;}
.cart-detailed-body .cart-detailed-left .cart-detailed-header .cart-detailed-title .cart-detailed-title-details-count .cart-summary-amount-subtotal {font-weight:600 !important; letter-spacing:-0.03rem;font-size:20px !important;vertical-align:initial !important;}
/* Cart Contents */
.cart-lines-row-heading {font-size:11px;font-weight:500;letter-spacing:-0.01rem;padding:0 20px;margin-bottom:7px;display:flex;justify-content:flex-start;}
.cart-lines-row-heading .cart-lines-thumbnail, .cart-lines-row-heading .cart-lines-table-quantity, .cart-lines-row-heading .cart-lines-table-total-amounts {margin:0;color:#77787b;font-weight:500 !important;font-size:11px;}
.cart-lines-thumbnail {width:100px;margin:0;}
.cart-lines-table-info-item {flex-grow:1;margin-right:0;padding-left:30px;width:10%;}
.cart-lines-table-quantity {width:110px !important;margin-left:33px !important;text-align:center;padding-top:0 !important;}
.cart-lines-table-total-amounts {width:157px;padding-left:17px;text-align:right;margin:0;padding-top:0 !important;}
.cart-lines-item-actions-desktop {width:100%;padding:0;padding-top:10px;margin-top:15px;}

.cart-detailed .cart-lines-row {display:flex;justify-content: flex-start;flex-wrap:wrap;padding:19px 20px 17px;}
.cart-lines-thumbnail a {display:block;line-height:0;font-size:0;}
.cart-lines-thumbnail img {width:100%;max-width:100px;}
.cart-lines-table-info-item .cart-lines-name {padding:0;margin-bottom:6px;}
.cart-lines-table-info-item .cart-lines-name-link {font-size:15px;font-weight:500;letter-spacing:-0.015rem;line-height:18px;display:block;}
.cart-lines-table-info-item .cart-line-part-model {font-size:11px;font-weight:500;line-height:1;padding-top:2px;}
.cart-lines-table-info-item .cart-line-part-model .cart-line-model-label:after {content:' ';}
.cart-lines-table-info-item .cart-line-part-model .cart-line-model-value {font-weight:700;}
.cart-lines-table-info-item .cart-lines-price {line-height:1;padding:0;margin:6px 0 0;}
.cart-lines-table-info-item .cart-lines-price .cart-line-per-price-label {font-size: 13px;font-weight:500;color:#000;letter-spacing:-0.015rem;}
.cart-lines-table-info-item .cart-lines-price .transaction-line-views-price, .cart-lines-table-info-item .cart-lines-price .transaction-line-views-price .transaction-line-views-price-exact {line-height:0;display: inline-block;}
.cart-lines-table-info-item .cart-lines-price .transaction-line-views-price-lead {font-size:13px;line-height:1;font-weight:600;letter-spacing:0.01rem;display:inline-block;}
.cart-lines-table-info-item .cart-lines-price .transaction-line-views-price-lead:before {content:' ';display: inline-block;}

.cart-lines-pe-stockmessage .title {font-size:13px;font-weight:700 !important;letter-spacing:-0.015rem;}
.cart-lines-pe-stockmessage .detail {font-size: 13px;font-weight:500 !important;letter-spacing:-0.015rem;line-height:1;}

.cart-detailed-item-view-cell-actionable-table .cart-lines-table-quantity .cart-item-summary-quantity-value {width:44px !important;height:32px;border-radius:4px;border:1px solid #a7a9ac;text-align:center;font-size:13px;font-weight:600;letter-spacing:-0.01rem;padding:0;}
.cart-detailed-item-view-cell-actionable-table .cart-lines-table-quantity .cart-item-summary-quantity-value::-webkit-outer-spin-button, .cart-detailed-item-view-cell-actionable-table .cart-lines-table-quantity .cart-item-summary-quantity-value::-webkit-inner-spin-button {-webkit-appearance:none;margin:0;}
.cart-detailed-item-view-cell-actionable-table .cart-lines-table-quantity .cart-item-summary-quantity-value[type=number] {-moz-appearance: textfield;}
.cart-detailed-item-view-cell-actionable-table .cart-lines-table-quantity .cart-lines-table-total {display:none;}

.cart-item-summary-quantity-remove, .cart-item-summary-quantity-add {width:33px;font-size:16px;line-height:1;font-weight:700;padding:0;}
.cart-item-summary-quantity-remove:hover, .cart-item-summary-quantity-add:hover, .cart-item-summary-quantity-remove:active, .cart-item-summary-quantity-add:active {background:#dcddde;}

.cart-lines-table-total-amounts .cart-item-summary-amount-values {font-size:15px;letter-spacing:-0.015rem;font-weight:500;}

.cart-lines-table-info-item .product-line-sku-container {display:none;}

.cart-lines-item-actions-desktop .cart-item-actions-links {margin:0;}
.cart-lines-item-actions-desktop .cart-item-actions-links a {font-size:13px;font-weight:500;letter-spacing:0;color:#77787b;padding:0;line-height:18px;}
.cart-lines-item-actions-desktop .cart-item-actions-links a:hover {color:#00aae7;}
.cart-lines-item-actions-desktop .cart-item-actions-links .cart-item-actions-item-list-actionable-edit-content-saveforlater {padding-right:8px;border-right:1px solid #77787b;}
.cart-lines-item-actions-desktop .cart-item-actions-links .cart-item-actions-item-list-actionable-edit-content-remove {padding-left:8px;}

.cart-lines-summary-promo.mobile {width:100%;}

.cart-detailed-body .cart-detailed-right {width:260px;padding:0;}
.cart-summary-title {font-size:16px;font-weight:500;letter-spacing:-0.025rem;line-height:1;padding:13px 0; margin-bottom:15px;}
.cart-summary-subtotal, .cart-summary-shipping {padding:0 13px;}
.cart-summary-subtotal {margin-bottom:4px;}
.cart-summary-grid-float, .cart-summary-subtotal .cart-summary-amount-subtotal, .cart-summary-amount-shipping {padding:0;}
.cart-summary-subtotal .cart-summary-grid-float, .cart-summary-subtotal .cart-summary-amount-subtotal {font-size:15px;font-weight:700;letter-spacing:-0.02rem;line-height:1;}
.cart-summary-shipping .cart-summary-grid-float {font-size:14px;line-height:1;font-weight:500;letter-spacing:-0.01rem;margin-bottom:3px !important;}
.cart-summary-subtotal-legend {margin:0;font-size:11px;font-weight:500;line-height:1.2;letter-spacing:-0.01rem;}
.cart-summary-subtotal-legend div {margin-top:16px;font-size:11px; letter-spacing:0;color:#77787b;border-top:1px solid #dcddde;padding-top:6px;}
.cart-summary-subtotal-legend .product-details-full-free-shipping {color:#77787b;}
.cart-summary-subtotal-legend .product-details-full-return-policy {margin-top:6px;border:none;}
.cart-summary-button {padding:0 13px !important;margin-bottom:15px;}
.secure-cart-summary-button-proceed-checkout {padding:4px 14px 5px 18px;height: 32px;border-radius:4px;display: flex;justify-content:space-between;align-items: center;font-size:14px;font-weight:600;}
.secure-cart-summary-button-proceed-checkout:hover {background:#ee4826;}

/** Free Bonus Items **/
.cart-detailed-item-free .cart-item-summary-quantity-value {height:36px !important; border-radius:0 !important; border-left:none !important; border-right:none !important;}

/** Cart Promo Code **/
.cart-promocode-container {padding:13px 13px 15px;border-radius:4px;margin-bottom:20px;}
.cart-promocode-form {padding:0;}
.cart-promocode-form-summary-grid {display:flex; flex-wrap:wrap;}
.cart-promocode-form-label {font-size:16px;font-weight:500;letter-spacing:-0.025rem;line-height:1;width:100%;padding-bottom:13px;}
.cart-promocode-form-summary-container-input {width:185px;margin:0;flex-grow:0;}
.cart-promocode-form-summary-input {font-size:13px;letter-spacing:-0.025rem;padding:7px 8px;}
.cart-promocode-form-summary-promocode-container-button {margin:0 !important;flex-grow:1;line-height:1;font-size:13px;text-align:right;padding-left:4px;}
.cart-promocode-form-summary-button-apply-promocode {font-size:13px;letter-spacing:-0.025rem;padding:4px 0 4px 4px;}
/*** Promo Code Error message ***/
.global-views-message.global-views-message-error.alert {background:#fbf2f2;border:1px solid #e12727;font-size:13px;letter-spacing:-0.015rem;display:flex;justify-content: space-evenly;align-items:center;flex-direction: row-reverse;padding:8px;}
.global-views-message.global-views-message-error.alert div {color:#e12727;padding:0;width:180px;}
.global-views-message.global-views-message-error.alert .global-views-message-button {background:#fbf2f2;color:#e12727;font-weight:500;font-size:22px;position:relative;top:-1px;right:auto;margin:0;margin-right:10px;}
/*** Promo Code applied ***/
.cart-summary-promocode-list .cart-promocode-list-item-container {padding:0;}
.cart-promocode-list-item-code {width:216px;}
.cart-promocode-list-item-code-value {font-size:13px;font-weight:700;letter-spacing:-0.015rem;line-height:15px;padding:0;}
.cart-detailed .cart-detailed-right .cart-promocode-description, .cart-detailed .cart-detailed-right .cart-promocode-time {margin:0;font-size:13px;font-weight:500;color:#77787b;line-height:15px;letter-spacing:-0.025rem;}
.cart-promocode-list-item-remove-action, .cart-promocode-list-item-remove-action i {width:15px;font-size:15px;line-height:15px;font-weight:600;margin:0;text-align:center;}

.cart-summary-discount-applied {padding:0 13px;margin-bottom:15px;}
.cart-summary-discount-applied .cart-summary-grid-float {font-size:13px;letter-spacing:-0.015rem;}
.cart-summary-discount-applied .cart-summary-amount-discount-total {font-size:13px;padding:0;color:#e12727;font-weight:600;}
.cart-summary-discount-applied .cart-summary-amount-discount-total:before {content:'-';}

/** Quick Add **/
.cart-detailed-right .quick-order {padding:0;}
.cart-detailed-right .quick-order .quick-order-expander-head-toggle {padding:0 19px 0 15px;font-size:16px;font-weight:500;letter-spacing:-0.02rem;line-height:42px;border-top-left-radius:4px;border-top-right-radius:4px;}
.cart-detailed-right .quick-order .quick-order-expander-head-toggle.collapsed {border-radius:4px;}
.cart-detailed-right .quick-order .quick-order-expander-head-toggle .quick-order-expander-toggle-icon:before {font-size:18px;}
.cart-detailed-right .quick-order .quick-order-expander-body {border-bottom-left-radius:4px;border-bottom-right-radius:4px;position: relative;top:0;}
.cart-detailed-right .quick-order .quick-order-expander-body.collapsing {top:-1px;}
.quick-order-expander-container .quick-add-box {padding:15px 15px 16px;}
.quick-order-expander-container .quick-add-box label {font-size:11px;font-weight:500;letter-spacing:-0.025rem;line-height:1;margin-bottom:6px;}
.quick-order-expander-container .quick-add-box .quick-add-box-left .itemssearcher-input {padding:0 8px;height:32px;font-size:13px;letter-spacing:-0.025rem;}
.quick-add-box-left .quick-add-box-input p[data-validation-error="block"] {background:#fbf2f2;font-size:13px;letter-spacing:-0.025rem;padding:8px; margin-top:3px;}
.cart-detailed-right .quick-add-box-right-main {display:flex; flex-wrap:wrap; justify-content: space-between; width:100%;}
.cart-detailed-right .quick-add-box-right-actionable-input-qty {margin:0;}
.cart-detailed-right .quick-add-box-right-actionable-input-qty input.quick-add-box-right-quantity-value {width:60px;height:32px;font-size:13px;line-height:1;letter-spacing:-0.025rem;text-align:center;}
.cart-detailed-right .quick-add-box-right-actionable-input-qty input.quick-add-box-right-quantity-value::-webkit-outer-spin-button, .cart-detailed-right .quick-add-box-right-actionable-input-qty input.quick-add-box-right-quantity-value::-webkit-inner-spin-button {-webkit-appearance:none;margin:0;}
.cart-detailed-right .quick-add-box-right-actionable-input-qty input.quick-add-box-right-quantity-value[type=number] {-moz-appearance: textfield;}

.cart-detailed-right .quick-add-box-right-main .quick-add-box-button {width:147px !important;height:32px !important;padding:0 13px 0 14px;font-size:13px;letter-spacing:-0.025rem;font-weight:600;display:flex;justify-content:space-between;align-items:center;border-radius:4px;background:#00aae7;}
.cart-detailed-right .quick-add-box-right-main .quick-add-box-button:hover, .cart-detailed-right .quick-add-box-right-main .quick-add-box-button:focus, .cart-detailed-right .quick-add-box-right-main .quick-add-box-button:active {background:#018fc2;}

/** Empty Cart **/
.cart-detailed-empty {flex-grow:1;width:10%;padding:0 20px;}
.cart-detailed-empty .cart-detailed-header {padding-top:4px;padding-left:9px;display:flex;flex-wrap:wrap;align-items:center;margin-bottom:30px;}
.cart-detailed-empty .cart-detailed-header .header-mini-cart-menu-cart-page-empty-icon {width:36px;height:28px;padding:0;margin-right:20px;display:block;}
.cart-detailed-empty .cart-detailed-header .cart-detailed-title {font-size:20px;font-weight:300;margin:0;padding:0;}
.cart-detailed-empty .empty-cart-shopping {padding:30px;border:1px solid #efefef;margin-left:0;margin-bottom:0;}
.cart-detailed-empty .empty-cart-shopping .quick-order-empty-cart, .cart-detailed-empty .empty-cart-shopping .cart-require-sign-in {font-size:15px;letter-spacing:-0.02rem;line-height:20px;color:#77787b;margin-bottom:15px;}
.cart-detailed-empty .empty-cart-shopping .cart-continue-shopping {margin:0;margin-top:9px;width:200px;height:32px;border-radius:4px;border:1px solid #e12727;background-image:linear-gradient(#EE4826, #E12727);font-size:14px;font-weight:600;letter-spacing:-0.025rem;}
.cart-detailed-empty .empty-cart-shopping .cart-continue-shopping:hover {background:#ee4826;}
.empty-cart-paypal-desktop-logo {margin:0 auto 25px;display: block;}
.cart-detailed-empty .empty-cart-shopping .cart-view-project-list {width:200px;height:32px;margin-left:8px;border-radius:4px;font-size:14px;font-weight:500;letter-spacing:-0.025rem;}
.cart-detailed-empty .empty-cart-shopping .cart-view-project-list:hover {background:#efefef;}

/** Saved for Later **/
.cart-detailed-savedforlater .product-list-details-later {padding:0;border:1px solid #efefef;}
.cart-detailed-savedforlater .product-list-details-later .product-list-details-later-row {padding:0;}
.cart-detailed-savedforlater .product-list-details-later .product-list-details-later-col {padding:0;overflow:hidden;}
.cart-detailed-savedforlater .product-list-details-later h3 {font-size:18px;color:#e12727;font-weight:600;letter-spacing:-0.025rem;width:100%;padding:14px 20px;border-bottom:1px solid #efefef;line-height: 1; height:auto; margin-bottom:10px;display:flex; justify-content:space-between;align-items:center;}
.product-list-details-later-shopping-cart-title-details-count {display:block !important;color:#77787b;font-weight:700;}
.product-list-details-later-confirm-message {padding:0 20px;}
.product-list-details-later-confirm-message .global-views-message {display:block;margin-bottom:10px !important;}
.product-list-details-later-confirm-message .global-views-message .global-views-message-button {position:relative; top:auto; right: auto;}
.cart-detailed-savedforlater .backbone-collection-view-row {margin:0;}
.cart-detailed-savedforlater .products-detail-later-cell {width:100%;padding:10px 20px; border-bottom:1px solid #efefef;}
.cart-detailed-savedforlater .products-detail-later-cell:last-child {border:none;}
.product-list-details-later-macro-selectable-actionable div:not([class]) {display:flex; flex-wrap:nowrap;}
.product-list-details-later-macro-thumbnail {width:100px;padding:0;}
.product-list-details-later-macro-thumbnail img {width:100%;max-width:600px;}
.product-list-details-later-macro-details {flex-grow:1;padding:0;margin-left:20px;display: flex; align-items:center;justify-content: space-between;}
/*** SFL info ***/
.product-list-details-later-macro-info {flex-grow:1;}
.product-list-details-later-macro-details .product-list-details-later-macro-name {line-height:1;}
.product-list-details-later-macro-name-link {font-size:14px; font-weight:500; letter-spacing:-0.015rem; color:#000;}
.product-list-details-later-macro-info .plp-price-lead, .product-list-details-later-macro-info .product-views-price-lead {font-size:14px;}
/*** SFL some data pusher container? ***/
.product-list-details-later-macro-selectable-actionable div[data-view="Item.SelectedOptions"] {display: none;}
/*** SFL quantity ***/
.product-list-details-later-macro-qty {width:auto;line-height: 0;padding:0 20px;}
.product-list-details-later-macro-qty-form label {margin:0;}
.product-list-details-later-macro-label-qty {display:none;}
.product-list-details-later-macro-input-qty {margin:0;}
.product-list-details-later-macro-qty input[type=number] {width:44px;height:32px; border:1px solid #a7a9ac; border-radius:4px; font-size:11px; font-weight:600; padding:0; text-align:center;margin:0;}
.product-list-details-later-macro-qty input[type=number]::-webkit-outer-spin-button, .product-list-details-later-macro-qty input[type=number]::-webkit-inner-spin-button {-webkit-appearance:none;margin:0;}
.product-list-details-later-macro-qty input[type=number] {-moz-appearance: textfield;}
/*** SFL stock message ***/
.product-list-details-later-macro-item-stock {width:120px; margin-right:20px;}
.product-list-details-later-macro-item-stock .product-line-stock {margin:0;}
.product-list-details-later-macro-item-stock .product-line-stock .product-line-stock-msg-out {margin:0;font-size:14px;font-weight:500;}
.product-list-details-later-macro-item-stock .product-line-stock .product-line-stock-msg-in-text {margin:0; font-size:14px; font-weight:500; color:#000;}
/*** SFL Actions ***/
.product-list-details-later-macro-actions {display:flex; flex-direction: row;}
.product-list-details-later-macro-button-addtocart, .product-list-details-later-macro-button-remove {background:none;color:#77787b;padding:0;margin:0;border:none;border-radius:0;display:block;line-height:18px;font-size:13px;letter-spacing:-0.01rem;}
.product-list-details-later-macro-button-remove {border-left:1px solid #77787b; margin-left:8px; padding-left:8px;}
.product-list-details-later-macro-button-addtocart:hover, .product-list-details-later-macro-button-remove:hover {background:none;color:#00aae7;}

@media screen and (max-width:1280px){
.cart-detailed {border:none;}
.cart-security-privacy-container {display:block;}
.cart-item-summary-quantity-remove, .cart-item-summary-quantity-add {height:32px !important;}
.cart-detailed-item-view-cell-actionable-table .cart-lines-table-quantity .cart-item-summary-quantity-value {border:1px solid #a7a9ac !important; padding:0 !important; height:32px !important;border-right:none !important; border-left:none !important;}
.cart-lines-table-total-amounts {width:124px;}
.cart-lines-item-actions-desktop {display:block;}
.cart-lines-item-actions-mobile {display: none;}
.cart-lines-item-actions-desktop .cart-item-actions-links {display:table;}
.cart-lines-item-actions-desktop .cart-item-actions-links .cart-item-actions-item-list-actionable-edit-content-saveforlater, .cart-lines-item-actions-desktop .cart-item-actions-links .cart-item-actions-item-list-actionable-edit-content-remove {border-radius:0;background:none;border:none;}
.cart-lines-item-actions-desktop .cart-item-actions-links .cart-item-actions-item-list-actionable-edit-content-saveforlater {border-right:1px solid #77787b; }

.cart-detailed-item-free .cart-item-summary-quantity-value {height:32px !important;}
}

@media screen and (max-width:1140px) {
.cart-detailed-body .security-and-privacy-container {display: none;}
.cart-detailed-body .cart-detailed-left {padding-left:0;}
.cart-detailed-body .cart-detailed-empty {padding-left:0;}
}

@media screen and (max-width:1040px) {
.cart-detailed {border:none;margin:0;padding:0;}
.cart-detailed-body {border:4px solid #dcddde;border-bottom:16px solid #dcddde; padding:20px 12px 30px;}
.cart-detailed-body .cart-detailed-left {padding-right:26px;}
.cart-detailed-body .cart-detailed-left .cart-detailed-header {padding-top:0;padding-left:10px;}
.cart-detailed-body .cart-detailed-left .cart-detailed-header .cart-detailed-title {margin:0 0 20px;}
.cart-lines-row-heading {display:none;}
.cart-detailed .cart-lines-row {padding:15px 16px 16px;}
.cart-lines-thumbnail {order:0;}
.cart-lines-table-info-item {order:0; min-width:230px; padding-left:22px;}
.cart-lines-table-info-item .cart-lines-name-link {font-size:13px;line-height:15px;}
.cart-lines-table-info-item .cart-line-part-model {padding-top:4px;}
.cart-lines-pe-stockmessage .detail {font-size:11px; font-weight:600 !important;}


.cart-lines-table-total-amounts {order:0;width:97px;}
.cart-lines-table-total-amounts .cart-item-summary-amount-values {font-size:14px;font-weight:600;}

.cart-lines-table-quantity {order:2;width:120px !important;margin:12px 160px 0 0 !important; position: relative;left:-10px;}
.cart-lines-summary .cart-item-summary-item-list-actionable-qty .cart-item-summary-item-list-actionable-qty-form {line-height:0;}
.cart-lines-summary .cart-item-summary-item-list-actionable-qty label {margin:0;}
.cart-item-summary-quantity-remove, .cart-item-summary-quantity-add {display: block !important; width:36px; height:33px !important; font-size:18px; font-weight:700; color:#77787b; padding:0; padding-bottom:1px;}
.cart-item-summary-quantity-remove {border-radius:4px 0 0 4px;}
.cart-item-summary-quantity-add {border-radius:0 4px 4px 0;}
.cart-detailed-item-view-cell-actionable-table .cart-lines-table-quantity .cart-item-summary-quantity-value {border-right:none !important; border-left:none !important; border-radius:0; height:33px !important; font-size:12px; font-weight:500;} 
.cart-item-summary-quantity-remove {color:transparent !important;font-size:0 !important;line-height:0 !important;}
.cart-item-summary-quantity-remove:before {content:'–';font-size:18px;color:#77787b;line-height:1;}
.cart-lines-item-actions-desktop {display:none;}
.cart-lines-item-actions-mobile {display:block;order:2;flex-grow:1;margin-top:12px;}
.cart-item-actions-links {display:flex;width:162px;justify-content:space-between; margin:0;}
.cart-item-actions-links a {height:33px !important; padding:8px 10px !important; width:auto !important; font-size:12px; font-weight:600; letter-spacing:-0.025rem; border-radius:4px; background:#efefef; border:1px solid #a7a9ac; margin:0; display:flex; align-items: center;}
.cart-item-summary-quantity-remove:hover, .cart-item-summary-quantity-add:hover, .cart-item-actions-links a:hover, .cart-item-summary-quantity-remove:active, .cart-item-summary-quantity-add:active, .cart-item-actions-links a:active, .cart-item-summary-quantity-remove:focus, .cart-item-summary-quantity-add:focus, .cart-item-actions-links a:focus {background:#dcddde;}

.cart-detailed-body .cart-detailed-right {width:230px;}
.cart-summary-title {font-size:15px;padding:12px 0;}
.cart-summary-subtotal {margin-bottom:3px;}
.cart-summary-subtotal .cart-summary-grid-float, .cart-summary-subtotal .cart-summary-amount-subtotal {font-size:14px;}
.cart-summary-shipping .cart-summary-grid-float {margin-bottom:4px !important;}
.cart-promocode-form-label {font-size:15px;}
.cart-promocode-form-summary-container-input {width:155px;}
.cart-promocode-form-summary-input {font-size:12px;}
.cart-detailed-right .quick-order .quick-order-expander-head-toggle {font-size:15px;}
.quick-add-box label.quick-add-input-quantity {padding:0;}
.cart-detailed-right .quick-add-box-right-actionable-input-qty input.quick-add-box-right-quantity-value {width:50px;}
.cart-detailed-right .quick-add-box-right-main .quick-add-box-button {font-size:12px; width:138px !important;}
.cart-summary-promocode-list .cart-promocode-list-item-container {margin-top:12px;}
.cart-promocode-list-item-code {width:186px;}
.cart-detailed .cart-detailed-right .cart-promocode-description, .cart-detailed .cart-detailed-right .cart-promocode-time {font-size:11px; line-height:13px;}

.cart-detailed-footer {padding: 0 16px 20px;}
.cart-detailed-savedforlater .product-list-details-later {padding-top:30px;}

.cart-detailed-empty .empty-cart-shopping {margin-left:0;}

.cart-detailed-item-free .cart-item-summary-quantity-value {height:33px !important;}
}

@media screen and (max-width:800px) {
.cart-detailed-header {display:block;}
.cart-summary-container-mobile {display: none;}
.cart-lines-table-quantity {order:2;width:120px !important;margin:12px 0 0 !important;}
.cart-item-summary-item-list-actionable-container-qty {display: inline;}
.cart-promocode-container-mobile {display: none;}
.cart-promocode-container {display: block;}
.cart-summary-title {display: block;}
.cart-summary-container {border:1px solid #dcddde !important; border-radius:4px; padding:0;margin-bottom:20px;}
.secure-cart-summary-button-proceed-checkout-mobile {display:none;}
.cart-summary-button a.secure-cart-summary-button-proceed-checkout {padding:4px 14px 5px 18px !important;}

.cart-detailed-empty .cart-detailed-header {margin-bottom:20px;}
.cart-detailed-empty .empty-cart-shopping {width:100%;padding:16px;}
}

@media screen and (max-width:767px) {
.cart-detailed-savedforlater .product-list-details-later {border: none;}
.cart-detailed-savedforlater .product-list-details-later-button-saveforlater-pusher {margin:0;}
.cart-detailed-savedforlater .sc-pusher-header-back:hover {color:#e12727;}

.cart-detailed-savedforlater .products-detail-later-cell {padding:14px 12px;}
.product-list-details-later-macro-details {flex-direction:row; flex-wrap:wrap;}
.product-list-details-later-macro-info {width:100%;order:0;}
.product-list-details-later-macro-item-stock {display:block; width:100%; order:0; margin:10px 0 0;}
.product-list-details-later-macro-qty {display:block; order:1; padding:0;margin-top:10px;margin-right:10px;flex-grow:1;}
.saveforlater-quantity-add, .product-list-details-later-macro-button-quantity-add, .saveforlater-quantity-minus, .product-list-details-later-macro-button-quantity-minus {width:36px;height:32px;background:#efefef;border:1px solid #a7a9ac; color:#77787b; font-size:18px; font-weight:700;}
.product-list-details-later-macro-button-quantity-minus {border-radius:4px 0 0 4px;}
.product-list-details-later-macro-button-quantity-add {border-radius:0 4px 4px 0;}
.product-list-details-later-macro-qty input[type=number] {width:50px;border-radius:0; border-left:none; border-right:none;}

.product-list-details-later-macro-actions {order:1; flex-grow:0;margin-top:10px;}
.product-list-details-later-macro-button-addtocart, .product-list-details-later-macro-button-remove {height:32px; background:#efefef; border-radius:4px; padding:0 12px; border:1px solid #a7a9ac; font-size:12px; font-weight:600; letter-spacing:-0.02rem;}

.product-list-details-later-macro-button-quantity-minus:hover, .product-list-details-later-macro-button-quantity-add:hover, .product-list-details-later-macro-button-addtocart:hover, .product-list-details-later-macro-button-remove:hover {background:#dcddde;border:1px solid #a7a9ac;color:#77787b;}
}


@media screen and (max-width:670px) {
.cart-detailed-body .cart-detailed-right div[data-view="Quick.Order"] {display: none;}
.cart-detailed-body {padding:0;}
.cart-detailed-body .cart-detailed-left {padding:0;}
.cart-detailed-header {display:none;}
.cart-summary-title {display: none;}
.cart-summary-container-mobile {display:block;padding:15px 16px 20px;}
.cart-summary-container {border:none !important; margin:0;}
.cart-summary-subtotal {padding:0;margin-bottom:15px;}
.cart-summary-subtotal .cart-summary-grid-float, .cart-summary-subtotal .cart-summary-amount-subtotal {margin-bottom:3px;}
.cart-summary-button {margin:0;padding:0 !important;}
a.secure-cart-summary-button-proceed-checkout-mobile {padding:0 14px 0 18px !important; margin:0;border-radius:4px; height:34px;font-size:14px; font-weight:600; letter-spacing:-0.025rem; display:flex; align-items:center; justify-content:space-between; background-image:linear-gradient(#ee4826, #e12727); border:1px solid #e12727; line-height: 1;}
.cart-summary-button a .cart-secure-checkout {font-weight:500; font-size:26px; line-height:1;}
a.secure-cart-summary-button-proceed-checkout-mobile:hover {background:#ee4826;}

.cart-detailed .cart-lines-row {padding:15px 8px 18px; border:none; border-top:1px solid #dcddde;}
.cart-lines-thumbnail {width:80px;}
.cart-lines-table-info-item {padding-left:11px;min-width:200px;width:calc(100% - 80px);}
.cart-lines-table-info-item .cart-line-part-model {color:#a7a9ac;padding-top:2px;}
.cart-item-summary-amount-values-extended {font-size:13px;}
.cart-lines-table-quantity {margin:18px 0 0 !important; left:auto;}
.cart-item-summary-item-list-actionable-container-qty {display:inline;}
.cart-detailed-item-view-cell-actionable-table .cart-lines-table-quantity .cart-item-summary-quantity-value {width:48px !important;}
.cart-lines-item-actions-mobile {margin-top:18px;}

.cart-promocode-form-label {font-size:16px;}
.cart-promocode-form-summary-container-input {flex-grow:1;}
.cart-promocode-form-summary-promocode-container-button {flex-grow:0;padding:0;}
.cart-promocode-form-summary-button-apply-promocode {padding:4px 12px;}
.cart-summary-promocode-list .cart-promocode-list-item-container {margin-top:18px;display: flex;}
.cart-promocode-list-item-code {flex-grow:1;}
.cart-detailed .cart-detailed-right .cart-promocode-description, .cart-detailed .cart-detailed-right .cart-promocode-time {font-size:13px; line-height:15px;}

.cart-detailed-body .cart-detailed-right {width:100%; border-top:1px solid #dcddde;}
.cart-detailed-body .cart-detailed-right div[data-view="Cart.Summary"] {display:flex;flex-direction:column;}
.cart-promocode-container-mobile {display:none;}
.cart-detailed-body .cart-detailed-right div[data-view="Cart.Summary"] .cart-summary {order:1;}
.cart-detailed-body .cart-detailed-right div[data-view="Cart.Summary"] .cart-promocode-container {display:block;order:0; border-radius:0; border:none; border-bottom:1px solid #dcddde; padding:15px 16px 18px; margin-bottom:15px;}
.cart-detailed-body .cart-detailed-right div[data-view="Cart.Summary"] div[data-cms-area="cart_summary_cms_area_3"] {order:2;}

.cart-detailed-right .cart-summary-container {padding:4px 16px 20px;}
.cart-detailed-right .cart-summary-subtotal, .cart-detailed-right .cart-summary-shipping {padding:0;}
.cart-detailed-right .cart-summary-subtotal {margin-bottom:5px;}
.cart-detailed-right .cart-summary-subtotal .cart-summary-amount-subtotal {margin-bottom:0;}
.cart-detailed-right .cart-summary-subtotal-legend div {display: none;}
.secure-cart-summary-button-proceed-checkout {display: none;}
.cart-summary-discount-applied {padding:0;margin:0 -16px;}
.cart-summary-discount-applied .cart-summary-grid-float {padding:0 16px 18px;}

/** Empty Cart mobile **/
.cart-detailed-empty {padding:0;}
.cart-detailed-empty .cart-detailed-header {margin:18px auto;padding:0 16px;justify-content:center;}
.cart-detailed-empty .cart-detailed-header .header-mini-cart-menu-cart-page-empty-icon {display: none;}
.cart-detailed-empty .cart-detailed-header .cart-detailed-title {border:none;}
.cart-detailed-empty .empty-cart-shopping {border:none; padding:0 16px 20px;display:flex; flex-direction:row; justify-content: center; flex-wrap:wrap;}
.empty-cart-detailed-header-mobile {display: none !important;}
.empty-cart-paypal-desktop-logo {display: none;}
.cart-paypal-mobile-logo {display: block; margin:0;}
}

/****** Login/Register Pages ******/
.page-fragment-login-register .login-register-body {padding:0;margin:20px 0 60px;display:flex; justify-content:center; width:100%;}
.page-fragment-login-register .login-register-wrapper-column-login, .page-fragment-login-register .login-register-wrapper-column-register {width:320px;padding:0;}
.page-fragment-login-register .login-register-wrapper-column-login {margin-right:40px;}
.page-fragment-login-register .login-register-wrapper-login, .page-fragment-login-register .login-register-wrapper-register {padding:16px 20px 28px; border-radius:6px; margin:0;}
.page-fragment-login-register .login-register-login-title {margin-bottom:13px; font-size:18px; letter-spacing:-0.015rem;}
.page-fragment-login-register .login-register-login-description {margin:0;}
.page-fragment-login-register .login-register-login-form-controls-group {margin-top:20px;}
.page-fragment-login-register .login-register-login-form-label .login-register-login-form-controls-group {margin:0 0 10px; font-size:12px; letter-spacing:-0.015rem; line-height:1;}
.page-fragment-login-register .login-register-login-form-label .login-register-login-form-controls-group .login-register-login-form-input {width:100%;min-width:100px !important; padding:0 9px; height:30px; font-size:13px; margin-top:3px; border-radius:2px !important; }
.page-fragment-login-register .login-register-login-form-label .login-register-login-form-controls-group label[for="login-password"] {font-size:12px;line-height:1; margin:0;}
.page-fragment-login-register .login-register-login-submit {margin-top:8px; height:36px; border-radius:4px; border:1px solid #e12727; background-image:linear-gradient(#EE4826, #E12727); font-size:15px; letter-spacing:-0.015rem;}
.page-fragment-login-register .login-register-login-submit:hover {background:#ee4826;}
.page-fragment-login-register .login-register-login-forgot {padding-top:12px; font-size:13px; letter-spacing:-0.015rem;}
.page-fragment-login-register .login-register-login-forgot:hover {color:#000; text-decoration:underline;}
.page-fragment-login-register .login-register-terms-and-privacy {padding-top:28px;}
.page-fragment-login-register .login-register-terms-and-privacy p {font-size:13px; line-height:15px; letter-spacing:-0.015rem;padding:0;}
.page-fragment-login-register .login-register-login-form-label .login-register-login-form-controls-group[data-type="form-login-action"] {margin:0;}
.page-fragment-login-register .login-register-contact-us-container-desktop {position: relative; bottom:-48px; margin:0 0 60px;}
.page-fragment-login-register .need-help-text {font-size:13px !important; color:#ee4826; font-weight:600; line-height:15px; letter-spacing:-0.015rem;}
.page-fragment-login-register .call-us-text {font-size:13px; line-height:15px; letter-spacing:-0.02rem;}
.page-fragment-login-register h2.login-register-title-register {font-size:18px; letter-spacing:-0.015rem; margin:0 0 38px; padding:0;}
.page-fragment-login-register .login-register-register-form-label {font-size:12px; line-height:1; margin-bottom:3px; letter-spacing:-0.015rem;}
.page-fragment-login-register .login-register-register-form-controls-group-first-name {margin-right:10px;} 
.page-fragment-login-register .login-register-register-form-controls-group-first-name, .page-fragment-login-register .login-register-register-form-controls-group-last-name, .page-fragment-login-register .login-register-register-form-controls-group {padding:0; line-height:1;}
.page-fragment-login-register input#register-firstname, input#register-lastname {width:134px;}
.login-register-register-form-label small.login-register-register-form-optional {font-size:12px; letter-spacing:-0.015rem;}
.page-fragment-login-register input#register-firstname, .page-fragment-login-register input#register-lastname, .page-fragment-login-register input#register-company, .page-fragment-login-register input#register-email, .page-fragment-login-register input#register-password, .page-fragment-login-register input#register-password2 {border-radius:2px; height:30px; padding:0 9px; font-size:13px;}
.page-fragment-login-register .login-register-register-form-label[for="register-type"] {margin:10px 0 8px;}
.page-fragment-login-register .login-register-register-form-controls input#register-retail, .page-fragment-login-register .login-register-register-form-controls input#register-commercial {width:13px; position:relative; top:1px; margin-bottom:20px;}
.page-fragment-login-register div#promo-opt-in {margin-top:12px; font-size:12px; letter-spacing:-0.015rem;}
.page-fragment-login-register div#promo-opt-in .login-register-register-form-label {margin:6px 0 0;}
.page-fragment-login-register input#register-emailsubscribe {margin-right:6px; position:relative; top:2px;}
.page-fragment-login-register span.promotional-text {width:90%; font-size:13px; line-height:15px; letter-spacing:-0.015rem;}
.page-fragment-login-register .login-register-register-form-submit {height:36px; border:1px solid #e12727; background-image:linear-gradient(#ee4826, #e12727); border-radius:4px; font-size:15px; letter-spacing:-0.015rem; }
.page-fragment-login-register .login-register-register-form-submit:hover {background:#ee4826;}
.page-fragment-login-register .login-register-wrapper-register {margin-bottom:0;}

/** SignIn Into checkout **/
.page-fragment-login-register .login-register-title-register-new {letter-spacing:-0.015rem; padding-bottom: 33px;}
.page-fragment-login-register .login-register-checkout-as-guest-button-show, .page-fragment-login-register .login-register-checkout-as-guest-button-show-mobile {height: 36px; font-size:15px; letter-spacing:-0.015rem; border-radius:4px; border:1px solid #a7a9ac; background-image:linear-gradient(#fff, #dcddde); color:#000;}
.page-fragment-login-register .login-register-checkout-as-guest-button-show:hover, .page-fragment-login-register .login-register-checkout-as-guest-button-show-mobile:hover {background:#efefef; color:#000; border:1px solid #a7a9ac;}
.page-fragment-login-register .login-register-checkout-as-guest-description {font-size:13px; line-height:15px; letter-spacing:-0.015rem; margin:10px 0 0;}
/** Continue as Guest **/
.page-fragment-login-register .login-register-checkout-as-guest-body {margin:0;}
.page-fragment-login-register .login-register-checkout-as-guest-body.in {margin:0 0 20px;}
.page-fragment-login-register label.login-register-checkout-as-guest-control-label {font-size:12px; letter-spacing:-0.015rem;}
.page-fragment-login-register small.login-register-checkout-as-guest-required {font-size:12px; position:relative; left:-2px;}
.page-fragment-login-register #guest-email.login-register-checkout-as-guest-input {padding:0 9px; height:30px; border-radius:2px !important; font-size:13px;}
.page-fragment-login-register .login-register-checkout-as-guest-help-block {font-size:13px; line-height:15px; letter-spacing:-0.02rem;}
.page-fragment-login-register .login-register-checkout-as-guest-submit {height:36px; border-radius:4px; border:1px solid #e12727; background-image:linear-gradient(#EE4826, #E12727); font-size:15px; letter-spacing:-0.015rem;}
.page-fragment-login-register .login-register-checkout-as-guest-submit:hover {background:#ee4826;}
.page-fragment-login-register hr {display:none;}

.page-fragment-login-register [data-validation-error="block"] {padding-top:0; padding-bottom:0; letter-spacing:-0.01rem;}

/** Login page header fixes **/
.page-fragment-login-register .header-subheader, .page-fragment-forgot-password .header-subheader {padding:0;}
.page-fragment-login-register .header-mobile-checkout-label, .page-fragment-login-register .header-secureshopping-wrapper-top, .page-fragment-forgot-password .header-mobile-checkout-label, .page-fragment-forgot-password .header-secureshopping-wrapper-top {display: none;}
.page-fragment-login-register .header-content, .page-fragment-forgot-password .header-content {display: flex !important; margin:0;}
.page-fragment-login-register nav.header-main-nav, .page-fragment-login-register .header-sidebar-toggle-wrapper, .page-fragment-login-register .header-site-search-wrapper, .page-fragment-forgot-password nav.header-main-nav, .page-fragment-forgot-password .header-sidebar-toggle-wrapper, .page-fragment-forgot-password .header-site-search-wrapper {display: block;}
.page-fragment-login-register .header-content .header-secureshopping-wrapper, .page-fragment-login-register .header-content .header-return-wrapper, .page-fragment-forgot-password .header-content .header-secureshopping-wrapper, .page-fragment-forgot-password .header-content .header-return-wrapper {display: none;}
.page-fragment-login-register .header-logo-wrapper, .page-fragment-forgot-password .header-logo-wrapper {width:auto;}

/** Reset Password page **/
.page-fragment-forgot-password .login-register-forgot-password {padding:0 16px;}
.page-fragment-forgot-password .login-register-forgot-password-header {display: none;}
.page-fragment-forgot-password .login-register-forgot-password-body {min-width:280px; max-width:800px; margin:0 auto 30px; border: 1px solid #dcddde; border-radius:6px; padding:16px 20px 18px;}
.page-fragment-forgot-password .login-register-forgot-password-title {font-size:18px; letter-spacing:-0.015rem; font-weight:600; line-height:1;}
.page-fragment-forgot-password .login-register-forgot-password-description {font-size:13px; letter-spacing: -0.015rem; line-height:1; margin-top:10px;}
.page-fragment-forgot-password .login-register-forgot-password-form-controls-group {margin-top:12px;}
.page-fragment-forgot-password .login-register-forgot-password-form-label {font-size:12px; color:#000; letter-spacing:-0.01rem;margin-bottom: 3px; line-height:1;}
.page-fragment-forgot-password .login-register-forgot-password-form-required {font-size:12px; position: relative; left:-3px;}
.page-fragment-forgot-password .login-register-forgot-password-form-controls .login-register-forgot-password-form-input {border-radius:2px; padding:0 9px; height:30px; font-size:13px; margin:0;}
.page-fragment-forgot-password .login-register-forgot-password-form-controls-group button.login-register-forgot-password-submit {padding:0;height:36px; width:100%; border-radius:4px; border:1px solid #e12727; background-image:linear-gradient(#EE4826, #E12727); font-size:15px; letter-spacing:-0.015rem;}
.page-fragment-forgot-password .login-register-forgot-password-form-controls-group button.login-register-forgot-password-submit:hover {background:#ee4826;}
.page-fragment-forgot-password .login-register-forgot-password-sign-in {border-top:1px solid #dcddde; width:100%; margin-top:26px; padding-top:14px; font-size:0; text-align:center;}
.page-fragment-forgot-password .login-register-forgot-password-sign-in:after {content:'Return to Login Page'; font-size:14px; color:#000; text-decoration:underline;}

/** Remove Checkout in Mini Cart for Login Pages **/
.page-fragment-login-register .header-mini-cart-buttons-right, .page-fragment-forgot-password .header-mini-cart-buttons-right {display:none;}
.page-fragment-login-register .header-mini-cart a.header-mini-cart-button-view-cart, .page-fragment-forgot-password .header-mini-cart a.header-mini-cart-button-view-cart {width:290px;}

@media screen and (max-width:768px) {
.page-fragment-login-register .login-register-body-checking-out div#login-register-wrapper-column-register {margin-right:20px;}
.page-fragment-login-register .login-register-body-checking-out div#login-register-column-login {margin-right:0;}
}

@media screen and (max-width:767px) {
.page-fragment-login-register .checkout-layout-content {background:#fff;padding:0 16px;}
.page-fragment-login-register .login-register-wrapper-column-login {margin-right:20px;}
.page-fragment-login-register .login-register-login-forgot {display:block;padding-top:20px;}
.page-fragment-login-register .login-register-login-forgot-mobile, .page-fragment-login-register .login-register-contact-us-container-mobile {display: none;}
/** Login page header fixes **/
.page-fragment-forgot-password .login-register-forgot-password-body {margin:16px auto 30px;}
.page-fragment-login-register .header-menu-cart, .page-fragment-forgot-password .header-menu-cart {display: block;}
.page-fragment-login-register .header-logo-wrapper, .page-fragment-forgot-password .header-logo-wrapper {width:auto;}
}

@media screen and (max-width:600px) {
.page-fragment-login-register .login-register-body {flex-direction:column; margin-bottom:16px;}
.page-fragment-login-register .login-register-wrapper-column-login, .page-fragment-login-register .login-register-wrapper-column-register {margin:0 auto;width:100%;}

.page-fragment-login-register .login-register-wrapper-login, .page-fragment-login-register .login-register-wrapper-register {margin:0 -16px; border-radius:0; border:none; border-bottom:1px solid #dcddde;}
.page-fragment-login-register .login-register-contact-us-container-desktop {display:none;}
.page-fragment-login-register .login-register-contact-us-container-mobile {display:block; width:100%; margin:0 auto 30px; max-width:280px; padding:0 !important;}
.page-fragment-login-register .login-register-login-form-controls-group, .page-fragment-login-register .login-register-register-form {max-width:280px;margin:0 auto;}
.page-fragment-login-register .login-register-login-forgot {display:none;}
.page-fragment-login-register .login-register-login-forgot-mobile {display: block; border:none; padding:20px 0 0;}
.page-fragment-login-register .login-register-terms-and-privacy {padding-top:8px;}
.page-fragment-login-register .login-register-terms-and-privacy p {font-size:11px;padding:0 5px;}
.page-fragment-login-register #checkoutasguestview.login-register-wrapper-guest {max-width: 280px; margin:0 auto;}

.page-fragment-login-register .login-register-body-checking-out div#login-register-wrapper-column-register {margin-right:0;}
}

@media screen and (max-width:500px) {
.page-fragment-login-register .login-register-title-register-new {display:block;}
.page-fragment-login-register .mobile-section-register-section {display: none;}
#register-show-view {border:none; padding:0;}
.guestcheckout-label-mobile, .login-register-checkout-now-as-guest-description-mobile {display: none;}
.page-fragment-login-register .login-register-checkout-as-guest-description {display: block !important;}
#login-register-checkout-as-guest-button-show-mobile-view, #login-register-checkout-as-guest-button-show-mobile {display:none;}
#login-register-checkout-as-guest-button-show, #login-register-checkout-as-guest-button-show-desktop {display:inline-block;}
}


/****** Checkout Pages ******/


@media screen and (max-width:767px) {
.page-ssp-checkout.page-fragment-opc .order-wizard-step-content-secondary {order:2; margin-top:5px;}
.page-ssp-checkout.page-fragment-review .order-wizard-step-content-secondary {order:0; margin-top:0;}
.page-ssp-checkout.page-fragment-opc .order-wizard-step-actions {display: none;}
}

/** Checkout Page Header  page-ssp-checkout page-fragment-opc page-fragment-review **/
.page-ssp-checkout.page-fragment-opc .header-subheader-options, .page-ssp-checkout.page-fragment-review .header-subheader-options, .page-ssp-checkout.page-fragment-opc .header-main-nav, .page-ssp-checkout.page-fragment-review .header-main-nav {display: none;}
.page-ssp-checkout.page-fragment-opc .header-subheader-container, .page-ssp-checkout.page-fragment-review .header-subheader-container {height:75px;}
.page-ssp-checkout.page-fragment-opc .header-logo-wrapper, .page-ssp-checkout.page-fragment-review .header-logo-wrapper {width:auto;}
.page-ssp-checkout.page-fragment-opc .header-mobile-checkout-label, .page-ssp-checkout.page-fragment-review .header-mobile-checkout-label {display: block; color:#fff; font-size:22px; font-weight:300; letter-spacing:-0.025rem; line-height:1; width:auto;}
.page-ssp-checkout.page-fragment-opc .header-secureshopping-wrapper-top, .page-ssp-checkout.page-fragment-review .header-secureshopping-wrapper-top {display:flex; color: #fff; font-size:15px; font-weight:500;letter-spacing:-0.025rem;flex-direction:row; flex-wrap:nowrap;align-items: center; width:auto;}
.page-ssp-checkout.page-fragment-opc .header-secureshopping-wrapper-top svg, .page-ssp-checkout.page-fragment-review .header-secureshopping-wrapper-top svg {width:12px; margin-right:8px;}
.page-ssp-checkout.page-fragment-opc .header-secureshopping-wrapper-top span, .page-ssp-checkout.page-fragment-review .header-secureshopping-wrapper-top span {font-size:1em; font-weight:inherit; margin:0; color:inherit;}


/***********************/
/****** PLP Pages ******/
/*** Basic CMS Banner (also for promo)(set background-image in CMS) ***/
/*** <div class="basic-category-banner"><div class="basic-catban-head"></div></div> ***/
.basic-category-banner {height:260px; width:100%; background-size:cover; background-repeat:no-repeat; background-position:center left; display:flex; flex-direction:row; align-items:flex-end; padding:24px 30px;}
.basic-catban-head {color:#fff;font-size:36px;line-height:1;max-width:320px;}
@media screen and (max-width:1240px) {
.basic-category-banner {height:240px;padding:20px 28px;}
.basic-catban-head {font-size:32px;}
}
@media screen and (max-width:900px) {
.basic-category-banner {height:180px;padding:16px;}
.basic-catban-head {font-size:24px;max-width:280px;}
}
@media screen and (max-width:600px) {
.basic-category-banner {height:110px;}
.basic-catban-head {display:none;}
}

/**** NEW PLP Category Head Content - 2/9/23, SEO/Content ****/
#ch {display:flex;flex-wrap:wrap;line-height:0;margin-bottom:14px;}
#ch div:first-child {width:calc(100% - 200px);padding-right:16px;display:flex;flex-direction:column;height:200px;}
#ch div:first-child p {font-size:13px;line-height:1.25;margin-bottom:6px;letter-spacing:-0.015rem;;}
#ch div:first-child div {display:flex;flex-grow:1;flex-wrap:wrap;align-content:flex-end;justify-content:flex-end;}
#ch div:first-child div h3 {color:#e12727;font-size:14px;letter-spacing:-0.015rem;line-height:1;margin-bottom:3px;width:100%;display:flex;flex-grow:0;flex-direction:row-reverse;}
#ch div:first-child div a {font-size:11px;border-right:1px solid #a7a9ac;padding-right:5px;margin-right:6px;line-height:1;flex-grow:0;}
#ch div:first-child div a:last-child {border:none;margin:0;padding:0;}
#ch img {height:200px;width:200px;box-shadow:3px 3px 8px -3px rgba(0,0,0,0.8);}
@media screen and (max-width:991px){
#ch {margin:0 20px 14px;}
}
@media screen and (max-width:768px){
#ch div:first-child {height:auto;}
#ch div:first-child p {font-size:12px;}
}
@media screen and (max-width:600px){
#ch img {display:none;}
#ch div:first-child {width:100%;padding-right:0;}
#ch div:first-child p {font-size:11px;}
#ch div:first-child div {margin-top:6px;border-top:1px solid #dcddde;padding-top:8px;display:block;}
#ch div:first-child div h3 {margin-bottom:5px;display:block;font-size:14px;}
#ch div:first-child div a {display: block;padding:0;border:none;margin:8px 0 0;}
#ch div:first-child div a:last-child {margin:8px 0 0;}
}

/*** All Views ***/
.facets-facet-browse-header {padding:6px 12px;}
.facets-facet-browse-title-products {padding:0 0 8px;}
.facets-facet-browse-title-products h1 {font-size:16px; font-weight:600; letter-spacing:-0.015rem; line-height:1;}

.facets-facet-browse-title-sort h1 {padding:0 6px 0 0; font-size:11px; font-weight:700; letter-spacing:-0.01rem;}
.facets-facet-browse-list-header-filter-column select.facets-item-list-sort-selector {font-size:11px; padding:7px 9px 6px; line-height:1; height:28px; border-radius:4px;}
.facets-facet-browse-list-header {padding:0;}
.facets-facet-browse-list-header .facets-item-list-show-selector-wrapper {margin-right:30px;}
.facets-facet-browse-list-header .facets-item-list-show-selector-label {font-size:11px; letter-spacing:-0.01rem; padding-right:6px;}
.facets-facet-browse-list-header .facets-facet-browse-list-header-filter-column select.facets-item-list-show-selector {font-size:11px; padding:7px 9px 6px 13px; line-height:1; height:28px; border-radius:4px;}

.facets-facet-browse-list-header-actions {border-radius:4px; border:1px solid #dcddde;}
.facets-item-list-display-selector, .facets-item-list-display-selector.active {background-size:18px 14px; border:none;}
.facets-facet-browse-list-header .facets-item-list-display-selector.active {pointer-events:none;}

.facets-facet-browse .global-views-star-rating-empty, .facets-facet-browse .global-views-star-rating-empty {stroke:#a7a9ac;-webkit-text-stroke-color:#a7a9ac;-webkit-text-stroke-width:0.5px;}

.facets-facet-browse-grid .facets-facet-browse-title-products .facets-facet-browse-pagination {border:none;margin:0;}

/*** Grid View ***/
div[itemprop="itemListElement"] {display:flex;flex-grow:1;}
.facets-facet-browse-grid .facets-facet-browse-items {border-bottom:1px solid #fff; overflow:hidden;}
.facets-facet-browse-grid .facets-items-collection-view-row {margin-bottom:-21px;overflow:hidden;}
.facets-facet-browse-grid .facets-facet-browse-pagination {border-top:1px solid #dcddde;margin-top:20px;}
.facets-facet-browse-grid .facets-item-collection-view-cell {padding:14px 16px 20px; flex-basis:calc(20% + 6.4px); border-right:1px solid #dcddde; border-bottom:1px solid #dcddde;}
.facets-item-collection-view-cell div[itemprop="itemListElement"] {display:flex;flex-grow:1;}
.facets-facet-browse-grid .facets-item-collection-view-cell div[itemprop="itemListElement"] {margin:0; flex-direction:column;}
.facets-item-cell-grid-image-wrapper {height:auto;padding:4px 0; max-width:200px; margin:0 auto;}
.facets-facet-browse-grid .facets-item-collection-view-cell div[itemprop="itemListElement"] .facets-item-cell-grid-image {width:100%;max-width:212px;}
.facets-facet-browse-grid .facets-item-cell-grid-title {padding:6px 0 4px; height:65px;}
.facets-facet-browse-grid .facets-item-cell-grid-product-name {letter-spacing:-0.015rem;}
.facets-facet-browse-grid .facets-item-cell-grid .TurnToReviewsTeaserCustom {margin:0 0 6px;}
.facets-facet-browse-grid .facets-item-cell-grid .TurnToReviewsTeaserCustom .global-views-star-rating {margin:0; width:auto; min-width:auto;}
.facets-facet-browse-grid .facets-item-cell-grid .TurnToReviewsTeaserCustom .ratings-total {line-height:1; padding:0 0 0 8px;}
.facets-facet-browse-grid .facets-item-cell-grid-price-container {margin:0;flex-grow:0;}
/* Label & Free Shipping Changes */
.facets-facet-browse-grid .facets-item-collection-view-cell .facets-item-cell-grid-details {display:flex;flex-direction:column;flex-grow:1;}
.facets-facet-browse-grid .facets-item-cell-grid-price-container .plp-price-lead {display: flex; flex-direction:row;flex-wrap:wrap;align-items:flex-end;}
.facets-facet-browse-grid .facets-item-cell-grid-price-container .plp-price-lead .product-views-pricing-label {padding:2px 4px 1px 3px; font-size:12px; font-weight:800; margin-right:5px;}
.facets-facet-browse-grid .facets-item-cell-grid-price-container .plp-price-lead .product-view-sale-tag {color:#fff;background:#e12727;border:1px solid #e12727;background:linear-gradient(270deg, #EE4826, #E12727);box-sizing: border-box;}
.facets-facet-browse-grid .facets-item-cell-grid-price-container .plp-price-lead .product-view-clerance-tag {color:#fff;background:#a2b427;border:1px solid #a2b427;box-sizing: border-box;}
.facets-facet-browse-grid .facets-item-cell-grid-price-container .plp-price-lead .product-view-new-tag {color:#00AAE7;border:1px solid #00AAE7;box-sizing: border-box;}
.facets-facet-browse-grid .facets-item-cell-grid-price-container .plp-price-lead .product-view-buyout-tag {color:#F47920;border:1px solid #F47920;box-sizing: border-box;}
.facets-facet-browse-grid .product-views-price-freeshipping-container {width:100%;margin:2px 0 0 0;}
.facets-facet-browse-grid .product-views-price-listprice-freeshipping-label {font-size:14px;line-height:1.2;letter-spacing:-0.015rem;color:#30304a;}
/**/
/* Quantity Pricing Changes */
.facets-facet-browse-grid .quantity-pricing-expander-body {margin-top:8px;}
.facets-facet-browse-grid .facets-item-cell-grid .quantity-pricing-expander-body-container {font-size:11px;letter-spacing:-0.01rem;line-height:15px;color:#a7a9ac;}
.facets-facet-browse-grid .facets-item-cell-grid .quantity-pricing-expander-body-container tr {display: flex;justify-content: space-between;margin-bottom:2px;border-bottom:1px solid #f6f6f6;}
/**/
.facets-facet-browse-grid .product-views-yourprice-tag, .facets-facet-browse-grid .product-views-price-listprice-label {display: none;}
.facets-facet-browse-grid .product-views-price-lead.product-price-your-price {left:0;font-size:18px;letter-spacing:-0.015rem;display:block;}
.facets-facet-browse-grid .product-views-price-comparison-container {display: none;}
.facets-facet-browse-grid .facets-item-cell-grid-price-container div[data-view="Quantity.Pricing"] {min-height:47px;}
.facets-facet-browse-grid .facets-item-cell-grid-stock {flex-grow:1;align-items:flex-end;padding-top:12px;}
.facets-facet-browse-grid .facets-item-cell-grid-details .product-line-stock, .facets-facet-browse-grid .facets-item-cell-grid-details .product-line-stock-msg-out {margin:0;}
.facets-facet-browse-grid .facets-item-cell-grid-stock-left span.product-line-stock-msg-in-text, .facets-facet-browse-grid .facets-item-cell-grid-stock-left span.product-line-stock-msg-out-text {font-size:14px; font-weight:600; letter-spacing: -0.01rem;}
.facets-facet-browse-grid .cart-add-to-cart-button-container-plp {line-height:0;}

/*** List View ***/
.facets-facet-browse-list .facets-item-collection-view-cell {padding:0;}
.facets-facet-browse-list .facets-item-cell-list.facets-item-cell-list-large {margin:20px 0;}
.facets-facet-browse-list .facets-item-cell-list-left {padding:0 32px 0 0;display: block;}
.facets-facet-browse-list .facets-item-cell-list-left .facets-item-cell-list-image-wrapper {line-height:0;}
.facets-facet-browse-list .facets-item-cell-list-left .facets-item-cell-list-image {width:17.96875vw; min-width:100px; max-width:250px;}

.facets-facet-browse-list .facets-item-cell-list-right-main .facets-item-cell-list-title {padding:0 0 6px;}
.facets-facet-browse-list .TurnToReviewsTeaserCustom .facets-item-cell-list-rating .global-views-star-rating {margin:0;min-width:69px;}
.facets-facet-browse-list .facets-item-cell-list-right-main .TurnToReviewsTeaserCustom .ratings-total {margin:0 0 0 4px;font-size:11px;line-height:14px;letter-spacing:0.01rem;}
.facets-facet-browse-list .facets-item-cell-list-large .facets-item-cell-list-identifiers {font-size:11px; line-height:14px; letter-spacing:-0.01rem; margin-left:30px;}

.facets-facet-browse-list .facets-item-cell-list-right-main .plp-price-lead {margin-bottom:9px;display:flex; flex-direction:row; flex-wrap:wrap; align-items:flex-end;}
.facets-facet-browse-list .facets-item-cell-list-right-main .product-views-yourprice-tag, .facets-facet-browse-list .facets-item-cell-list-right-main .product-views-price-listprice-label {font-size:11px !important;font-weight:600;letter-spacing:-0.025rem !important;}
.facets-facet-browse-list .facets-item-cell-list-right-main .product-views-price-lead.product-price-your-price {font-size:18px; letter-spacing:-0.015rem;line-height:18px; left:0;}
.facets-facet-browse-list .facets-item-cell-list-right-main .product-views-price-comparison-container {display: block; line-height:12px; margin-top:2px;width:100%;}
.facets-facet-browse-list .facets-item-cell-list-right-main .product-views-price-old {font-size: 12px; font-weight:500; color: #77787b;}
.product-views-price-old {color:#77787b;}
.facets-facet-browse-list .facets-item-cell-list-right-main .product-views-price-freeshipping-container {display: flex;}

.facets-facet-browse-list .facets-item-cell-list-right-main .facets-item-cell-list-description {margin:0;}
.facets-facet-browse-list .facets-item-cell-list-right-main .facets-item-cell-list-description li {list-style-type:none; font-size:13px; font-weight:normal; line-height:16px; letter-spacing:-0.005rem; color:#77787b; text-indent:-14px; margin-left:14px;}
.facets-facet-browse-list .facets-item-cell-list-right-main .facets-item-cell-list-description li:before {content:'•'; padding-right:10px;}

.facets-facet-browse-list .facets-item-cell-list-right-inventory-info {width:144px; border-radius:4px; padding:10px 12px; flex-shrink:0; min-height:250px;}
.facets-facet-browse-list .facets-item-cell-list-right-inventory-info .product-line-stock {margin:0 0 11px;}
.facets-facet-browse-list .facets-item-cell-list-right-inventory-info .product-line-stock .product-line-stock-msg-in, .facets-facet-browse-list .facets-item-cell-list-right-inventory-info .product-line-stock .product-line-stock-msg-out {font-size:14px;line-height:18px;letter-spacing:-0.01rem; margin:0; font-weight:600;color:#303030;}
.facets-facet-browse-list .facets-item-cell-list-right-inventory-info .facets-item-cell-list-price-row {align-items:baseline; line-height:0;}

/* SuiteCentric KDF 2/10/2021 - MODIFIED 1 LINE */
/* .facets-facet-browse-list .facets-item-cell-list-right-inventory-info .facets-item-cell-list-price-row .facets-item-cell-list-min-qty, .facets-facet-browse-list .facets-item-cell-list-right-inventory-info .quantity-pricing-expander-body-container {font-size:11px; line-height:15px; font-weight:600; letter-spacing:-0.015rem;} */
.facets-facet-browse-list .facets-item-cell-list-right-inventory-info .facets-item-cell-list-price-row .facets-item-cell-list-min-qty, .facets-facet-browse-list .facets-item-cell-list-right-inventory-info .quantity-pricing-expander-body-container {font-size:11px; line-height:15px; font-weight:600; letter-spacing:-0.015rem;margin-right: 5px;}
/* SuiteCentric KDF 2/10/2021 - MODIFIED 1 LINE */
/* .facets-facet-browse-list .facets-item-cell-list-right-inventory-info .plp-price-lead {display:block;line-height:0;}*/
.facets-facet-browse-list .facets-item-cell-list-right-inventory-info .plp-price-lead {display:block;}

.facets-facet-browse-list .facets-item-cell-list-right-inventory-info .facets-item-cell-list-min-qty-price span.product-views-price-lead.product-price-your-price {font-size:14px; line-height:15px; letter-spacing:-0.015rem; font-weight:600; left:auto; display:block;}
.facets-facet-browse-list .facets-item-cell-list-right-inventory-info .facets-item-cell-list-min-qty-price span.product-views-price-lead.product-views-yourprice-tag.product-views-pricing-label, .facets-facet-browse-list .facets-item-cell-list-right-inventory-info .facets-item-cell-list-min-qty-price .product-views-price-freeshipping-container, .facets-facet-browse-list .facets-item-cell-list-right-inventory-info .facets-item-cell-list-min-qty-price .product-views-price-comparison-container {display:none;}

.facets-facet-browse-list .facets-item-cell-list-large .cart-quickaddtocart-quantity-label {font-size:11px; letter-spacing:-0.01rem;}
.facets-facet-browse-list .facets-item-cell-list-large .cart-quickaddtocart-quantity-label input.cart-quickaddtocart-quantity {width:40px;height:28px;border-radius:4px;padding:6px 4px 5px; margin-left:6px; line-height:1; letter-spacing:-0.01rem;}
.facets-facet-browse-list .facets-item-cell-list-large .cart-add-to-cart-button-container {margin-top:14px;}
.facets-facet-browse-list .facets-item-cell-list-large .cart-add-to-cart-button-container .cart-add-to-cart-button-button {letter-spacing:-0.015rem;}

/* Changes 230420 */
.facets-facet-browse-list .facets-item-cell-list-right-inventory-info .product-views-pricing-label {font-size: 12px;}
.facets-facet-browse-list .facets-item-cell-list-right-inventory-info .product-views-price-lead {display:none;}
.facets-facet-browse-list .facets-item-cell-list-price .plp-price-lead .product-views-pricing-label {font-size:12px; font-weight:800; padding:2px 4px 1px 3px; margin-right:5px;}
.facets-facet-browse-list .facets-item-cell-list-price .plp-price-lead .product-view-sale-tag {color:#fff;background:#e12727;border:1px solid #e12727;background:linear-gradient(270deg, #EE4826, #E12727);box-sizing: border-box;}
.facets-facet-browse-list .facets-item-cell-list-price .plp-price-lead .product-view-clerance-tag {color:#fff;background:#a2b427;border:1px solid #a2b427;box-sizing: border-box;}
.facets-facet-browse-list .facets-item-cell-list-price .plp-price-lead .product-view-new-tag {color:#00AAE7;border:1px solid #00AAE7;box-sizing: border-box;}
.facets-facet-browse-list .facets-item-cell-list-price .plp-price-lead .product-view-buyout-tag {color:#F47920;border:1px solid #F47920;box-sizing: border-box;}
.facets-facet-browse-list .facets-item-cell-list-price .plp-price-lead .product-views-yourprice-tag, .facets-facet-browse-list .facets-item-cell-list-price .plp-price-lead .product-views-price-listprice-label {font-weight:600; padding:0; width:auto !important;}
.facets-facet-browse-list .facets-item-cell-list-right-inventory-info .quantity-pricing-expander-body {margin-top:10px;}
.facets-facet-browse-list .facets-item-cell-list-right-inventory-info .quantity-pricing-expander-body-container {margin:0;font-weight:500;}
.facets-facet-browse-list .facets-item-cell-list-right-inventory-info .quantity-pricing-expander-body-container .quantity-pricing-table-body-price {font-weight:500;}
.facets-facet-browse-list .facets-item-cell-list-large .cart-add-to-cart-button-container .cart-add-to-cart-button-button {height:30px;}

@media screen and (min-width:1401px) {
.facets-facet-browse-grid .facets-item-collection-view-cell:nth-child(5n + 1) {padding-left:0; flex-basis:calc(20% - 9.6px);}
.facets-facet-browse-grid .facets-item-collection-view-cell:nth-child(5n) {padding-right:0;border-right:none; flex-basis:calc(20% - 9.6px);}
.facets-facet-browse-grid .facets-item-collection-view-cell:nth-child(-n + 5) {padding-top:0;}
.facets-facet-browse-grid .facets-item-collection-view-cell:nth-child(4n) {border-right-color:#dcddde;}
}

@media screen and (max-width:1400px) and (min-width:1121px) {
/*** Grid View ***/
.facets-facet-browse-grid .facets-item-collection-view-cell {padding:14px 20px 20px;flex-basis:calc(25% + 10px);border-right:1px solid #dcddde !important; border-bottom:1px solid #dcddde;}
.facets-facet-browse-grid .facets-item-collection-view-cell:nth-child(4n + 1) {padding-left:0; flex-basis:calc(25% - 10px);}
.facets-facet-browse-grid .facets-item-collection-view-cell:nth-child(4n) {padding-right:0;border-right:none !important;}
.facets-facet-browse-grid .facets-item-collection-view-cell:nth-child(-n + 4) {padding-top:0; flex-basis:calc(25% - 10px);}
}

@media screen and (max-width:1280px) {
/*** List View ***/
.facets-facet-browse-list .facets-item-cell-list-left {padding:0 20px 0 0;}
}

@media screen and (max-width:1120px) and (min-width:992px) {
/*** Grid View ***/
.facets-facet-browse-grid .facets-item-collection-view-cell {padding:14px 20px 20px;flex-basis:calc(33.333333% + 13.3333333px);border-right:1px solid #dcddde !important; border-bottom:1px solid #dcddde;}
.facets-facet-browse-grid .facets-item-collection-view-cell:nth-child(3n + 1) {padding-left:0; flex-basis:calc(33.333333% - 6.6666666px);}
.facets-facet-browse-grid .facets-item-collection-view-cell:nth-child(3n) {padding-right:0;border-right:none !important;}
.facets-facet-browse-grid .facets-item-collection-view-cell:nth-child(-n + 3) {padding-top:0; flex-basis:calc(33.333333% - 6.6666666px);}
}

@media screen and (max-width:991px) and (min-width:601px) {
.facets-facet-browse-description-only .facets-browse-display-category-main-description {border:1px solid #dcddde; padding:20px; border-radius:20px; margin: 0 20px 20px; font-size:12px; line-height:1.25;}
.facets-facet-browse.infinite-scroll-enabled .facets-items-collection-view-row {display:flex; flex-wrap:wrap; padding:0;}
.facets-facet-browse.infinite-scroll-enabled .facets-item-collection-view-cell {flex-basis:33.3333333%;display:flex; flex-direction:column; padding:20px;border-bottom:1px solid #dcddde; border-right:1px solid #dcddde !important;}
.facets-facet-browse.infinite-scroll-enabled .facets-item-collection-view-cell:nth-child(-n + 3) {padding-top:0;}
.facets-facet-browse.infinite-scroll-enabled .facets-item-collection-view-cell .facets-item-cell-list {display:flex;flex-direction:column; flex-wrap:wrap; margin:0;padding:0;flex-grow:1;}
.facets-facet-browse.infinite-scroll-enabled .facets-item-collection-view-cell:nth-child(3n) {border-right:1px solid transparent !important;}

/** List (loaded tablet/upscale mobile) **/
.infinite-scroll-enabled.facets-facet-browse-list .facets-facet-browse-header {padding:4px 10px;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-facet-browse-title-sort h1 {font-weight:normal; letter-spacing:-0.015rem;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-facet-browse-list-header-filter-column select.facets-item-list-sort-selector {letter-spacing:-0.015rem;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-facet-browse-list-header-expander-button {height:28px; border-radius:4px; font-weight:normal; font-size:11px; letter-spacing:-0.015rem; padding:6px 14px 7px; line-height:1;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-facet-browse-title-products {padding:0;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-facet-browse-title-products h1 {font-size:11px; font-weight:700;padding:0;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list {padding:14px 10px; margin:0;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-left {padding:0 20px 0 0;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right {padding:0; display:flex; flex-direction:column;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .facets-item-cell-list-title {padding:0 0 6px;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .facets-item-cell-list-title .facets-item-cell-list-name {font-size:13px; line-height:16px; letter-spacing:-0.02rem;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .global-views-star-rating-area {margin:0;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .facets-item-cell-list-identifiers {font-size:11px; margin-left:20px; line-height:12px; letter-spacing:0.02rem;}

.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .plp-price-lead {display:flex;flex-direction:row;flex-wrap:wrap;align-items: flex-end;}
.facets-facet-browse-list.infinite-scroll-enabled .facets-item-cell-list-right .plp-price-lead .product-views-price-freeshipping-container {order:1;display:block;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .facets-item-cell-list-price .plp-price-lead .product-views-price-comparison-container {order:0; width:100%; display:flex;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .facets-item-cell-list-price .plp-price-lead .product-views-price-comparison-container .product-views-price-old {font-size:11px; font-weight:600; line-height:15px; letter-spacing:-0.015rem; color:#a7a9ac;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .facets-item-cell-list-price .plp-price-lead .product-views-price-lead {order:1; left:0; font-size:18px; font-weight:700;  letter-spacing:-0.015rem;padding:0 4px 0 0;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .facets-item-cell-list-price .plp-price-lead .product-views-price-lead.product-view-buyout-tag, .infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .facets-item-cell-list-price .plp-price-lead .product-views-price-lead.product-view-clerance-tag, .infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .facets-item-cell-list-price .plp-price-lead .product-views-price-lead.product-view-sale-tag, .infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .facets-item-cell-list-price .plp-price-lead .product-views-price-lead.product-view-new-tag  {font-size:12px;line-height:1;width:auto;padding:2px 4px 1px 3px;margin-top:2px;font-weight:800;}
 

.facets-facet-browse-list.infinite-scroll-enabled .facets-item-collection-view-cell .facets-item-cell-list .facets-item-cell-list-left {width:100%;padding:0 0 6px;}
.facets-facet-browse-list.infinite-scroll-enabled .facets-item-collection-view-cell .facets-item-cell-list-left .facets-item-cell-list-image {width:100%;max-width:200px;}
.facets-facet-browse-list.infinite-scroll-enabled .facets-item-collection-view-cell .facets-item-cell-list .facets-item-cell-list-right {width:100%;padding:0;display:flex;flex-direction: column;}
.facets-facet-browse-list.infinite-scroll-enabled .facets-item-collection-view-cell .facets-item-cell-list-right .facets-item-cell-list-title {padding:0 0 4px;}
.facets-facet-browse-list.infinite-scroll-enabled .facets-item-collection-view-cell .facets-item-cell-list-right .facets-item-cell-list-title .facets-item-cell-list-name {font-size:14px; line-height:18px; letter-spacing:-0.01rem; display:block; overflow:hidden;}
.facets-facet-browse-list.infinite-scroll-enabled .facets-item-collection-view-cell .facets-item-cell-list-right .facets-item-cell-list-title .facets-item-cell-list-name span {display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; text-overflow:ellipsis;}
.facets-facet-browse-list.infinite-scroll-enabled .facets-item-collection-view-cell .facets-item-cell-list-right .TurnToReviewsTeaserCustom {display:flex;flex-direction:row;flex-wrap: wrap; align-items: center;margin-bottom:6px;}
.facets-facet-browse-list.infinite-scroll-enabled .facets-item-cell-list-right .TurnToReviewsTeaserCustom .global-views-star-rating-container {padding-top:1px;}
.facets-facet-browse-list.infinite-scroll-enabled .facets-item-cell-list-right .TurnToReviewsTeaserCustom .global-views-star-rating-area {margin:0;}
.facets-facet-browse-list.infinite-scroll-enabled .facets-item-cell-list-right .product-views-price-exact {display: block;}
/* SuiteCentric KDF 2/10/2021 - REMOVED 1 LINE */
/* .facets-facet-browse-list.infinite-scroll-enabled .facets-item-cell-list-right .product-views-price-exact .plp-price-lead {display:flex; flex-direction:column-reverse;flex-wrap:nowrap; flex-grow:0;flex-shrink: 0; height:33px;} */
.facets-facet-browse-list.infinite-scroll-enabled .facets-item-cell-list-right .product-views-yourprice-tag, .facets-facet-browse-list.infinite-scroll-enabled .facets-item-cell-list-right .product-views-price-listprice-label, .facets-facet-browse-list.infinite-scroll-enabled .facets-item-cell-list-right .product-views-price-freeshipping-container {display:none;}
.facets-facet-browse-list.infinite-scroll-enabled .facets-item-cell-list-right .product-views-price-lead.product-price-your-price {left:0;font-size:18px;}
.facets-facet-browse-list.infinite-scroll-enabled .facets-item-cell-list-right .product-views-price-comparison-container {display: inherit;}
.facets-facet-browse-list.infinite-scroll-enabled .facets-item-cell-list-right .product-views-price-comparison-container .product-views-price-old {font-size:12px;line-height:15px;}
.facets-facet-browse-list.infinite-scroll-enabled .facets-item-cell-list-right div[data-view="Quantity.Pricing"] {min-height:20px;}
.facets-facet-browse-list.infinite-scroll-enabled .facets-item-cell-list-right .quantity-pricing-expander-body {margin:0;}


.facets-facet-browse-list.infinite-scroll-enabled .facets-item-cell-list-right .container-stock-quick-add {display: flex; flex-direction:column; flex-wrap:wrap; flex-grow:1;}
.facets-facet-browse-list.infinite-scroll-enabled .facets-item-cell-list-right .container-stock-quick-add .facets-item-cell-list-stock {display: flex; flex-direction:column-reverse; flex-wrap:nowrap; order:1; flex-grow:1;}
.facets-facet-browse-list.infinite-scroll-enabled .facets-item-cell-list-right .container-stock-quick-add .facets-item-cell-list-stock .facets-item-cell-list-stock-message {height:34px; display:flex; align-items:flex-end; margin:12px 0 -34px;}
.facets-facet-browse-list.infinite-scroll-enabled .facets-item-cell-list-right .container-stock-quick-add .facets-item-cell-list-stock .product-line-stock{margin:0;}
.facets-facet-browse-list.infinite-scroll-enabled .facets-item-cell-list-right .product-line-stock-msg-in {font-size:14px; line-height:1; letter-spacing:-0.01rem;}
.facets-facet-browse-list.infinite-scroll-enabled .facets-item-cell-list-right .product-line-stock-msg-out {font-size:14px; line-height:1; letter-spacing:-0.01rem; font-weight:700;}
.facets-facet-browse-list.infinite-scroll-enabled .facets-item-cell-list-right .container-stock-quick-add div[data-view="Cart.QuickAddToCart"] {order:2;align-self:flex-end;}
.facets-facet-browse-list.infinite-scroll-enabled .facets-item-cell-list-right .container-stock-quick-add .cart-add-to-cart-button-container-plp .add-to-cart-button-plp {display:block;}


.facets-facet-browse-results .facets-facet-browse-pagination {padding:15px;margin-bottom:20px;}
.facets-facet-browse-results .facets-facet-browse-pagination .global-views-pagination {display:flex;flex-direction:column;width:100%;float:inherit;}
.facets-facet-browse-results .facets-facet-browse-pagination .global-views-pagination .global-views-pagination-count {flex-grow:0;text-align:center;line-height:1;padding:0;margin:10px 0 -25px;}
.facets-facet-browse-results .facets-facet-browse-pagination .global-views-pagination-links {width:100%; display:flex; flex-direction:row; justify-content:space-between;}

.facets-facet-browse-results .facets-facet-browse-pagination .global-views-pagination .global-views-pagination-links:before, .facets-facet-browse-results .facets-facet-browse-pagination .global-views-pagination .global-views-pagination-links:after {display:none;}
.facets-facet-browse-results .facets-facet-browse-pagination .global-views-pagination-prev, .facets-facet-browse-results .facets-facet-browse-pagination .global-views-pagination-prev-disabled, .facets-facet-browse-results .facets-facet-browse-pagination .global-views-pagination-next, .facets-facet-browse-results .facets-facet-browse-pagination .global-views-pagination-next-disabled {margin:0;}
.facets-facet-browse-results .facets-facet-browse-pagination .global-views-pagination-prev a, .facets-facet-browse-results .facets-facet-browse-pagination .global-views-pagination-prev-disabled a, .facets-facet-browse-results .facets-facet-browse-pagination .global-views-pagination-next a, .facets-facet-browse-results .facets-facet-browse-pagination .global-views-pagination-next-disabled a {font-size:14px; line-height: 1; letter-spacing: -0.01rem; display: flex; align-items:center; justify-content: center; padding:10px; width:100px;}
.facets-facet-browse-results .facets-facet-browse-pagination .global-views-pagination-prev-disabled a, .facets-facet-browse-results .facets-facet-browse-pagination .global-views-pagination-next-disabled a {border-color:#dcddde;}
}


@media screen and (max-width:600px) {
.facets-facet-browse-description-only .facets-browse-display-category-main-description {border:1px solid #dcddde; padding:20px; border-radius:20px; margin: 0 20px 20px; font-size:12px; line-height:1.25;}

/*** Grid View ***/
.facets-facet-browse-grid .facets-items-collection-view-row {padding:0;}
.facets-facet-browse-grid .facets-item-collection-view-cell {padding:14px;flex-basis:100%;border-right:none !important; border-bottom:1px solid #dcddde;}
.facets-facet-browse-grid .facets-item-collection-view-cell .facets-item-cell-grid {display:flex; flex-direction:row; flex-wrap:nowrap;}
.facets-facet-browse-grid .facets-item-collection-view-cell .facets-item-cell-grid .facets-item-cell-grid-image-wrapper {width:31.15vw;min-width:100px;max-width:212px;margin-right:10px;flex-shrink:0;flex-grow:0;}

/*** Mobile View ***/
/** Mobile top Bar **/
.facets-facet-browse.infinite-scroll-enabled .facets-item-collection-view-cell {padding:14px;flex-basis:100%;border-right:none !important; border-bottom:1px solid #dcddde;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-facet-browse-header {padding:4px 10px;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-facet-browse-title-sort h1 {font-weight:normal; letter-spacing:-0.015rem;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-facet-browse-list-header-filter-column select.facets-item-list-sort-selector {letter-spacing:-0.015rem;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-facet-browse-list-header-expander-button {height:28px; border-radius:4px; font-weight:normal; font-size:11px; letter-spacing:-0.015rem; padding:6px 14px 7px; line-height:1;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-facet-browse-title-products {padding:0;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-facet-browse-title-products h1 {font-size:11px; font-weight:700;padding:0;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list {padding:14px 10px; margin:0;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-left {padding:0 16px 0 0;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-left .facets-item-cell-list-image {width:31.25vw;min-width:100px;max-width:160px;padding:0;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right {padding-right:5px;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .facets-item-cell-list-title {padding:0 0 6px;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .facets-item-cell-list-title .facets-item-cell-list-name {font-size:13px; line-height:16px; letter-spacing:-0.02rem;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .global-views-star-rating-area {margin:0;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .facets-item-cell-list-identifiers {font-size:11px; margin-left:20px; line-height:12px; letter-spacing:0.02rem;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .facets-item-cell-list-price .plp-price-lead {display:flex;flex-direction:row; flex-wrap:wrap; align-items:center;min-height:33px;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .facets-item-cell-list-price .plp-price-lead .product-views-price-comparison-container {order:0; width:100%; display:flex;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .facets-item-cell-list-price .plp-price-lead .product-views-price-comparison-container .product-views-price-old {font-size:11px; font-weight:600; line-height:15px; letter-spacing:-0.015rem; color:#a7a9ac;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .facets-item-cell-list-price .plp-price-lead .product-views-price-lead {order:1;left:0; font-size:16px; font-weight:700; line-height:18px; letter-spacing:-0.015rem; padding: 0 4px 0 0;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .facets-item-cell-list-price .plp-price-lead .product-views-price-lead.product-view-buyout-tag, .infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .facets-item-cell-list-price .plp-price-lead .product-views-price-lead.product-view-clerance-tag, .infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .facets-item-cell-list-price .plp-price-lead .product-views-price-lead.product-view-sale-tag, .infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .facets-item-cell-list-price .plp-price-lead .product-views-price-lead.product-view-new-tag  {font-size:12px;line-height:1;width:auto;padding:2px 4px 1px 3px;margin-top:2px;font-weight:800;}


.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .facets-item-cell-list-price .plp-price-lead .product-views-price-freeshipping-container {order:2;padding-left:4px;}
.infinite-scroll-enabled.facets-facet-browse-list .product-views-price-listprice-freeshipping-label {font-size:11px; line-height:1; letter-spacing:-0.02rem; color:#77787b;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .facets-item-cell-list-stock {margin:0;}


.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .product-line-stock-msg-in, .infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .product-line-stock-msg-out {font-size:13px; line-height:18px; font-weight:600; margin:0;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .product-line-stock-msg-in {color:#000;}
/** repositioning Stock message and main price **/
/** if it causes issues, remove and rethink (maybe flip order so it's price->quantity prices (if app.)->stock message?) **/
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .facets-item-cell-list-price {position:relative;bottom:-24px;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .product-line-stock {position:relative;top:-42px;}


.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .quantity-pricing-expander-body-container table {width:100%; max-width:160px;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .quantity-pricing-expander-body-container .quantity-pricing-table-body-quantity, .infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .quantity-pricing-expander-body-container .quantity-pricing-table-body-price {font-size:11px; font-weight:600; letter-spacing:-0.01rem; line-height:15px;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .quantity-pricing-expander-body-container {color:#a7a9ac;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .quantity-pricing-expander-body-container tr {display: flex;justify-content: space-between; border-bottom:1px solid #f6f6f6; margin-bottom:1px;}

.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .container-stock-quick-add div[data-view="Cart.QuickAddToCart"] {display:none;}/**REMOVE THIS LINE**/
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .product-views-yourprice-tag, .infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .product-views-price-listprice-label {display:none;}

.facets-facet-browse-results .facets-facet-browse-pagination {padding:15px;margin-bottom:20px;}
.facets-facet-browse-results .facets-facet-browse-pagination .global-views-pagination {display:flex;flex-direction:column;width:100%;float:inherit;}
.facets-facet-browse-results .facets-facet-browse-pagination .global-views-pagination .global-views-pagination-count {flex-grow:0;text-align:center;line-height:1;padding:0;margin:10px 0 -25px;}
.facets-facet-browse-results .facets-facet-browse-pagination .global-views-pagination-links {width:100%; display:flex; flex-direction:row; justify-content:space-between;}

.facets-facet-browse-results .facets-facet-browse-pagination .global-views-pagination .global-views-pagination-links:before, .facets-facet-browse-results .facets-facet-browse-pagination .global-views-pagination .global-views-pagination-links:after {display:none;}
.facets-facet-browse-results .facets-facet-browse-pagination .global-views-pagination-prev, .facets-facet-browse-results .facets-facet-browse-pagination .global-views-pagination-prev-disabled, .facets-facet-browse-results .facets-facet-browse-pagination .global-views-pagination-next, .facets-facet-browse-results .facets-facet-browse-pagination .global-views-pagination-next-disabled {margin:0;}
.facets-facet-browse-results .facets-facet-browse-pagination .global-views-pagination-prev a, .facets-facet-browse-results .facets-facet-browse-pagination .global-views-pagination-prev-disabled a, .facets-facet-browse-results .facets-facet-browse-pagination .global-views-pagination-next a, .facets-facet-browse-results .facets-facet-browse-pagination .global-views-pagination-next-disabled a {font-size:14px; line-height: 1; letter-spacing: -0.01rem; display: flex; align-items:center; justify-content: center; padding:10px; width:100px;}
.facets-facet-browse-results .facets-facet-browse-pagination .global-views-pagination-prev-disabled a, .facets-facet-browse-results .facets-facet-browse-pagination .global-views-pagination-next-disabled a {border-color:#dcddde;}
}

/* PLP filter/sort bar stick on tablet and below */
@media screen and (max-width:991px){
.facets-facet-browse-results .facets-facet-browse-header {position:sticky;top:0;z-index:1;}
}

/***************************/
/****** Account Pages ******/

/*************************/
/****** Brand Pages ******/
.facets-brand-banner {display: flex;justify-content: center;align-items: center;background-color:#333333 ;background-image:url("/site/brand_page/brand-banner-bg.jpg");background-position: center top;background-size: cover;}
.facets-brand-banner-logo img {max-height: 120px;max-width: 460px;}
.facets-brand-banner-logo img {max-height: 120px;max-width: 460px;}
.facets-brand-copy {padding:0 6px;margin:12px 0 14px;}
.facets-brand-copy h3 {font-size:14px;line-height: 1.25;margin-bottom: 6px;}
.facets-brand-copy h5 {font-size:13px;line-height: 1.4;padding-top:10px;margin-bottom:-2px;font-weight: 700;}
.facets-brand-copy p {font-size:13px;line-height: 1.25;color:#77787b;margin-bottom:10px;}
.facets-brand-copy li {font-size:13px;line-height: 1.4;color:#77787b;font-weight:500;}
.facets-brand-copy li:before {content: '\2022\00A0\00A0'}

@media screen and (max-width:991px) {
.facets-brand-banner-logo img {max-height: 80px;max-width: 360px;}
.facets-brand-copy {padding:0 12px;}
.facets-brand-copy h3 {font-size:13px;line-height: 1.3;margin-bottom: 4px;}
.facets-brand-copy p {font-size: 12px;line-height: 1.3;}
}

@media screen and (max-width:414px) {
.facets-brand-banner-logo img {max-height: 60px;max-width: 260px;}
.facets-brand-copy {padding:0 10px;}
.facets-brand-copy h3 {font-size:11px;line-height: 1.3;margin-bottom: 4px;}
.facets-brand-copy p {font-size: 11px;line-height: 1.3;}
}

/****** Crossover Component Table Category Banners ******/
.comcat-banner-wrapper {display:block;width:100%;}
.comcat-banner-link {background-image:url('/site/crosscom-table-banner-bg.jpg');height:90px; width:100%; max-width:1240px; overflow:hidden; background-size:cover; background-repeat:no-repeat; background-position:center right; display:flex; flex-direction:row; align-items:center;border:1px solid #dcddde;box-sizing:border-box;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;margin:0 auto;}
.comcat-banner-head {line-height:1;padding:10px 22px;pointer-events:none;}
.comcat-banner-head h2 {background-color: #e12727;background-image:linear-gradient(#EE4826, #E12727); padding:5px 10px 5px;border:2px solid #e12727;border-radius:4px;color:#fff;font-weight:600;font-size:16px;margin-bottom:6px;width:260px;line-height:1;letter-spacing:-0.025rem;height:31px;}
.comcat-banner-head p {font-size:13px;letter-spacing:-0.015rem;line-height:1.1;padding-left:2px;color:#77787b;}
@media screen and (max-width:600px) {
.comcat-banner-link {height:80px;background-position:center center;background-size:600px;border-left:none;border-right:none;}
.comcat-banner-head h2 {font-size:16px;letter-spacing:-0.025rem;margin-bottom: 6px;}
.comcat-banner-head p {font-size:13px;letter-spacing:-0.015rem;line-height:1.1;padding-left:2px;}
}
@media screen and (max-width:414px) {
.comcat-banner-link {height:80px;background-size:cover;background-position:center left;background:none;}
.comcat-banner-head {width:100%;}
.comcat-banner-head h2 {font-size:15px;letter-spacing:-0.025rem;margin-bottom: 6px;width:100%;text-align:center;}
.comcat-banner-head p {font-size:13px;letter-spacing:-0.015rem;line-height:1.1;padding-left:1px;font-weight:400;text-align:center;}
}

/*************************/
/****** Site Footer ******/
footer h1, footer .large-title, footer .large-title-navigable, footer .large-title-viewonly, footer h2, footer h3, footer h4, footer h5, footer h6 {color:#7D7F82 !important;}
.footer-content-col2, .footer-content-col4 {min-height:0;}
.footer-phone {padding-bottom:0;}
.footer-contact a:last-child {margin:0;}

@media screen and (max-width:991px) and (min-width:768px) {
.footer-content {padding:25px 0;}
.footer-top {margin-bottom:20px;}
.footer-top h3 {margin-bottom:6px;}
.footer-top ul {font-size:14px;margin-bottom:16px;}
.footer-top ul li {margin-bottom:4px;}
}

@media screen and (max-width:767px) {
.footer-content {padding:18px 0 8px;}
.footer-top {display:block;}
.footer-top-col {display:none;}
.footer-top-col:last-child {display:block;}
.footer-top-col:last-child h3, .footer-top-col:last-child ul, .footer-phone {display:none;}
.footer-contact {justify-content:center;margin-bottom:12px;}
.footer-bottom .copyright {font-size:12px;line-height:1.25;}
.footer-bottom .terms li a {font-size:12px;letter-spacing:-0.01rem;}
.footer-bottom-left a.phone-number-link-footer-mobile, .footer-bottom-right a.phone-number-link-footer-mobile {font-size:16px;}
.footer-bottom-left a.phone-number-link-footer-mobile:before, .footer-bottom-right a.phone-number-link-footer-mobile:before {content:'\2706';font-size:28px;-webkit-transform:rotate(-75deg);-moz-transform:rotate(-75deg);-ms-transform:rotate(-75deg);-o-transform:rotate(-75deg);transform:rotate(-75deg);display:inline-block;position:relative;top:5px;left:-6px;}
}

/************************************/
/****** Contact Page with Form ******/
.page-fragment-contact-us .noncontactcasemodule-main .noncontactcasemodule-form .noncontactcasemodule-input {max-width:100% !important;width:100%;border:1px solid #a7a9ac; border-radius:2px;padding:0 9px;height:30px;font-size:13px;margin-bottom:10px;}
.page-fragment-contact-us .noncontactcasemodule-main .noncontactcasemodule-form .noncontactcasemodule-form-label {font-size:12px;line-height:1;margin-bottom:3px;letter-spacing:-0.015rem;color:#000000;}
.page-fragment-contact-us .noncontactcasemodule-main .noncontactcasemodule-form .noncontactcasemodule-form-label small {font-size:12px;}
.page-fragment-contact-us .noncontactcasemodule-main .noncontactcasemodule-form .noncontactcasemodule-attachment {height:auto;padding:9px;}
.page-fragment-contact-us .noncontactcasemodule-main .noncontactcasemodule-form .noncontactcasemodule-textarea {max-width:none;border:1px solid #a7a9ac;font-size:13px;line-height: 1.2;margin-bottom:30px;}

.page-fragment-contact-us .noncontactcasemodule-main {display:flex;flex-direction:row;justify-content:space-between;padding:0 16px;}
.page-fragment-contact-us .noncontactcasemodule-main div[data-cms-area="cms:contactus-left"]{max-width:450px;width:calc(50% - 20px);padding:0;}
.page-fragment-contact-us .noncontactcasemodule-main .noncontactcasemodule-form {min-width:320px;width:calc(50% - 20px);padding:0;}

@media screen and (max-width:767px){
.page-fragment-contact-us .noncontactcasemodule-main {display:flex;flex-direction:column;width:100%;padding:0;}
.page-fragment-contact-us .noncontactcasemodule-main div[data-cms-area="cms:contactus-left"], .page-fragment-contact-us .noncontactcasemodule-main .noncontactcasemodule-form {padding:0 16px;max-width:767px;width:100%;min-width:320px;}
.page-fragment-contact-us .noncontactcasemodule-main .noncontactcasemodule-form {padding:36px 16px;border-top:1px solid #dcddde;}
.page-fragment-contact-us .noncontactcasemodule-main .noncontactcasemodule-content {float:none;width:100%;margin:0;}
}

/******************************************************/
/****** PDP Mobile Manuals Visibility Adjustment ******/
@media screen and (max-width:600px){
.product-details-information-pusher[data-target="product-details-information-4"]{display:none;}
.product-details-information-pusher:after {font-family:'FontAwesome';content:"\f0da";position:absolute;right:20px;color:#77787b;margin-top:1px;}
.product-details-information-tab-content-panel[itemprop="manuals"] {position:relative;display:block;right:0;border-top:1px solid #dcddde;border-bottom:1px solid #dcddde;padding:0;z-index: 10;}
.product-details-information-tab-content-panel[itemprop="manuals"] .sc-pusher-header {display:none;}
.product-details-information-tab-content-panel[itemprop="manuals"] .product-details-mobile-information-details-tab {padding:12px 20px 22px;}
.product-details-information-tab-content-panel[itemprop="manuals"] .product-details-mobile-information-details-tab h2 {display:none;}
.product-details-information-tab-content-panel[itemprop="manuals"] .product-details-information-downloads-container:before {font-size:13px;}
.product-details-information-tab-content-panel[itemprop="manuals"] .product-details-information-downloads-container ul li:not(:last-child) {margin-bottom:16px;}
}

/*************************************/
/****** Woofer Replacement Tool ******/
.woofer-retool-container {margin:34px auto;max-width:1170px;padding:0 20px;}
.woofer-retool-container h1 {font-size:24px;font-weight:normal;color:#000;line-height:1;margin-bottom:6px;letter-spacing:-0.02em;}
.woofer-retool-container p {font-size:14px;font-weight:normal;color:#77787b;line-height:1.14;margin-bottom:10px;letter-spacing:-0.02em;}
.woofer-retool-head {margin-bottom:20px;}
.woofer-retool-segment {border-bottom:1px solid #A7A9AC; padding-bottom:20px; margin-bottom:20px; display:flex; flex-direction:row; flex-wrap:wrap; align-items:flex-start; justify-content:flex-end;}
.woofer-retool-segment h2 {width:100%;margin-bottom:14px;font-size:16px;line-height:1;letter-spacing:-0.02em;}
.woofer-retool-segment-inner {width:20%;flex-grow:1;padding-right:20px;}
.woofer-retool-segment-img, .woofer-retool-inner-img {width:394px;flex-shrink:0;flex-grow:0;display:block;}
.woofer-retool-inner-img {margin:0 auto;}
.retool-segment-1 .woofer-retool-segment-img {width:646px;}
.woofer-retool-segment h3 {font-size:14px;font-weight:normal;color:#000;letter-spacing:-0.015rem;}
.woofer-retool-inner-group {margin-top:14px;}
.woofer-retool-input-text label {font-size:12px;letter-spacing:-0.015em;line-height:1;margin:0 0 2px;}
.woofer-retool-input-text input {width:80px; height:30px; border:1px solid #A7A9AC; border-radius:2px; box-sizing:border-box; padding:0 4px;font-size:13px;line-height:1;letter-spacing:-0.015em;color:#000;}
select.woofer-retool-input-dropdown {width:135px;height:30px; border:1px solid #A7A9AC; border-radius:2px; box-sizing:border-box; padding:0 4px;font-size:13px;line-height:1;letter-spacing:-0.015em;color:#000;margin:14px 0 30px;}
.woofer-retool-input-vented {display:flex;flex-direction:row;align-items:center;margin-top:6px;}
.woofer-retool-input-vented input {margin:0 6px 0 0; width:13px; height:13px; display:block;}
.woofer-retool-input-vented label.woofer-retool-section-title {font-size:13px;margin:0;line-height:1;}

button.woofer-retool-form-submit {width:460px;height:46px;border-radius:4px;background-color:#e12727;background:linear-gradient(#EE4826, #E12727); border:1px solid #e12727; box-sizing:border-box; display:flex; align-items:center; justify-content:space-between; padding:0 14px; color:#fff; font-weight:600; font-size:15px; line-height:1; letter-spacing:-0.015rem;}
.woofer-retool-container .site-search-button-icon:before {background-image:url('/site/sca-search-mag.png') !important;}

@media screen and (max-width:933px){
	.woofer-retool-segment.retool-segment-1 {display:block;}
	.woofer-retool-segment-inner {width:100%;}
	.woofer-retool-inner-group {display:flex;flex-direction:row;flex-wrap:wrap;margin-bottom:20px;}
	.woofer-retool-input-text {margin-right:24px;}
	.woofer-retool-input-text input {margin-bottom:0;}
	.retool-segment-1 .woofer-retool-segment-img {display:block;margin:0 auto;}
}

@media screen and (max-width:768px){
	.woofer-retool-segment-img, .woofer-retool-inner-img {width:calc(50vw - 15px);}
}

@media screen and (max-width:600px){
	.woofer-retool-container {padding:0 16px;}
	.woofer-retool-segment {display:block;}
	.woofer-retool-segment-inner {display:block;margin-bottom:20px;padding:0;}
	.woofer-retool-segment-img, .woofer-retool-inner-img {width:calc(100% - 24px);margin:0 auto;}
	button.woofer-retool-form-submit {width:290px;font-size:13px;}
	.woofer-retool-container h1 {font-size:22px;}
	.woofer-retool-segment h2 {font-size:14px;}
	.woofer-retool-container p {font-size:12px;line-height:14px;}
}

@media screen and (max-width:440px){
	.woofer-retool-container {padding:0 12px;}
	.woofer-retool-segment-img, .woofer-retool-inner-img {width:100%;}
}

.ovplus-selector {margin-bottom:20px;}
.ovplus-selector label {width:100%;display:block;margin:0 0 5px;line-height:1;font-size:13px;color:#000;}
.ovplus-selector-array {display:flex;flex-wrap:wrap;gap:6px;align-items:flex-start;}
.ovplus-selector .ovp-select-button {border:1px solid #77787b; padding:10px 12px; border-radius:4px; font-size:13px; color:#000; display:inline-block; line-height:1;letter-spacing:-0.015rem;display:inline-flex;align-items:center;}
.ovplus-color-thumbnail {margin-right:10px;border:1px solid #303030;width:20px;height:20px;}
.ovplus-selector .ovp-select-button:hover {background-color:#f9f9f9;border-color:#141419;}
.ovplus-selector .ovp-select-button.active {font-weight:600;background-color:#fff5ef;border-color:#ee4826;pointer-events:none;}

/******** PLP Add to Cart ***************/
/****************************************/
@media screen and (max-width:600px){
	.facets-facet-browse-list .container-stock-quick-add {display:flex;flex-direction:column-reverse;}
	.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .container-stock-quick-add div[data-view="Cart.QuickAddToCart"] {display:block;}
	.facets-facet-browse .cart-add-to-cart-button-container {display:block;}
	.facets-facet-browse .cart-add-to-cart-button-button {padding:2px;font-weight:600;letter-spacing:-0.02rem;color:#e12727;background:#fff;}
	.facets-facet-browse .cart-add-to-cart-button-container-plp {display:none;}
	/********* Mobile Added to Cart Modal *********/
	.modal-dialog {margin:20px auto 12px;width:calc(100% - 24px);}
	.cart-confirmation-modal-actions {padding:0 10px;}
	.cart-confirmation-modal-continue-shopping {margin:0;}
}

/********* PLP Grid Correction *****/
/*****************************************/
.facets-facet-browse-grid .facets-facet-browse-items {margin:0 -20px;}
.facets-facet-browse-grid .facets-items-collection-view-row {display:grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr;}
.facets-facet-browse-grid .facets-item-collection-view-cell {padding:14px 20px 20px;}

@media screen and (min-width:1401px) {
.facets-facet-browse-grid .facets-items-collection-view-row {display:grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr;}
.facets-facet-browse-grid .facets-item-collection-view-cell:nth-child(5n + 1) {padding-left:0; margin-left:20px;}
.facets-facet-browse-grid .facets-item-collection-view-cell:nth-child(5n) {padding-right:0;border-right:none; margin-right:20px;}
.facets-facet-browse-grid .facets-item-collection-view-cell:nth-child(-n + 5) {padding-top:0;}
.facets-facet-browse-grid .facets-item-collection-view-cell:nth-child(4n) {border-right-color:#dcddde;}
}

@media screen and (max-width:1400px) and (min-width:1121px) {
/*** Grid View ***/
.facets-facet-browse-grid .facets-items-collection-view-row {display:grid; grid-template-columns: 1fr 1fr 1fr 1fr;}
.facets-facet-browse-grid .facets-item-collection-view-cell {padding:14px 20px 20px;border-right:1px solid #dcddde !important; border-bottom:1px solid #dcddde;}
.facets-facet-browse-grid .facets-item-collection-view-cell:nth-child(4n + 1) {padding-left:0; margin-left:20px;}
.facets-facet-browse-grid .facets-item-collection-view-cell:nth-child(4n) {padding-right:0;border-right:none !important; margin-right:20px;}
.facets-facet-browse-grid .facets-item-collection-view-cell:nth-child(-n + 4) {padding-top:0;}
}

@media screen and (max-width:1280px) {
/*** List View ***/
.facets-facet-browse-list .facets-item-cell-list-left {padding:0 20px 0 0;}
}

@media screen and (max-width:1120px) and (min-width:992px) {
/*** Grid View ***/
.facets-facet-browse-grid .facets-items-collection-view-row {display:grid; grid-template-columns: 1fr 1fr 1fr;}
.facets-facet-browse-grid .facets-item-collection-view-cell {padding:14px 20px 20px;border-right:1px solid #dcddde !important; border-bottom:1px solid #dcddde;}
.facets-facet-browse-grid .facets-item-collection-view-cell:nth-child(3n + 1) {padding-left:0;margin-left:20px;}
.facets-facet-browse-grid .facets-item-collection-view-cell:nth-child(3n) {padding-right:0;margin-right:20px;}
.facets-facet-browse-grid .facets-item-collection-view-cell:nth-child(-n + 3) {padding-top:0;}
}

@media screen and (max-width:991px) and (min-width:601px) {
.facets-facet-browse-grid .facets-facet-browse-items {margin:0 auto;}
.facets-facet-browse-description-only .facets-browse-display-category-main-description {border:1px solid #dcddde; padding:20px; border-radius:20px; margin: 0 20px 20px; font-size:12px; line-height:1.25;}
.facets-facet-browse.infinite-scroll-enabled .facets-items-collection-view-row {display:flex; flex-wrap:wrap; padding:0;}
.facets-facet-browse.infinite-scroll-enabled .facets-item-collection-view-cell {flex-basis:33.3333333%;display:flex; flex-direction:column; padding:20px;border-bottom:1px solid #dcddde; border-right:1px solid #dcddde !important;}
.facets-facet-browse.infinite-scroll-enabled .facets-item-collection-view-cell:nth-child(-n + 3) {padding-top:0;}
.facets-facet-browse.infinite-scroll-enabled .facets-item-collection-view-cell .facets-item-cell-list {display:flex;flex-direction:column; flex-wrap:wrap; margin:0;padding:0;flex-grow:1;}
.facets-facet-browse.infinite-scroll-enabled .facets-item-collection-view-cell:nth-child(3n) {border-right:1px solid transparent !important;}
}

@media screen and (max-width:600px) {
.facets-facet-browse.infinite-scroll-enabled .facets-items-collection-view-row {display:flex; flex-wrap:wrap; padding:0;}
}

.mh-freeshipmessage {display:none;height:30px;margin:10px -20px 0;}
@media screen and (max-width:1040px){
.content-banner.banner-header-bottom {min-height:30px;}
.header-content {height:34px;margin-bottom:10px;}

.product-details-md-rating-holder {min-height:41px;}

.mh-freeshipmessage {display:block; text-align:center;}
.mh-freeshipmessage a {font-size:13px; font-weight:600; letter-spacing:-0.015rem; line-height:1.5; background-color:#e12727; background:linear-gradient(70deg, #e12727 40%, #f47920 99%); display:flex; align-items:center; justify-content:center; padding: 5px;height:30px;}
.mh-freeshipmessage a:before {content:''; display:inline-block; background-image:url('/site/pehd_fstruck-w.png'); width:33px;height:15px; background-size:cover;margin:0 3px 0 0;}
.mhfs-m1 {display:none;}
.mhfs-m2 {display:block;}
.mhfs-cta {text-decoration:underline;text-transform:uppercase;font-size:11px;}
}
@media screen and (max-width:600px){
.mhfs-m1 {display:block;}
.mhfs-m2 {display:none;}
}

.header_ribbon_promos {min-height:47px;}

/**** Live Help Now Chat box ****/
#lhnHelpOutCenter div.lhnWindow-header {display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;padding:10px;}
#lhnHelpOutCenter div.lhnWindow-header div.lhnWindow-header-text.lhnWindow-chat {width:auto;}
#lhnHelpOutCenter div.lhnWindow-header div.lhnWindow-header-text h3 {letter-spacing:0.015em;line-height:1.25;font-size:16px;font-weight:700;}
#lhnHelpOutCenter div.lhnWindow-header div.lhnWindow-header-controls {line-height:0;margin-right:4px;}
#lhnHelpOutCenter div.lhnWindow-header button.lhnWindow-header-closer {margin-top:0;line-height:0;}

#lhnHelpOutCenter div.lhnHocBillboards div.lhnHocBillboard {letter-spacing: -0.01rem; background-color:#e12727 !important; border-color:#e12727 !important; border-top:1px solid #ffffff !important; color:#ffffff !important;}
#lhnHelpOutCenter div.lhnHocBillboards div.lhnHocBillboard a {color:#ffffff;text-decoration:underline;}

#lhnHelpOutCenter div.lhnWindow-body {height:calc(100% - 126px);}
#lhnHelpOutCenter div.lhnWindow-body.no-menu {height:calc(100% - 56px);}
#lhnHelpOutCenter div.hasBillboard div.lhnChat {max-height:calc(100% - 42px)!important; bottom:12px;}

#lhnHelpOutCenter div.lhnWindow-message, #lhnHelpOutCenter div.lhnWindow-message p, #lhnHelpOutCenter div.lhnWindow-body input.lhnInput {font-size:13px;line-height:1.45;letter-spacing:-0.01em;}
#lhnHelpOutCenter div.lhnOperatorMessage div.lhnWindow-message a {color:#e12727;text-decoration:underline;}

#lhnHelpOutCenter div.lhnWindow-chat_input {height:40px;bottom:-28px;}
#lhnHelpOutCenter div.lhnWindow-chat_input form {height:100%;}
#lhnHelpOutCenter div.lhnWindow-chat_input div.lhnInput-chat_input-textareasection {height:100%;}
#lhnHelpOutCenter div.lhnChatActions {z-index:1;border:1px solid #a7a9ac;left:20px;}
#lhnHelpOutCenter div.lhnChatActions a {padding:6px 15px 6px 32px;}
#lhnHelpOutCenter div.lhnChatActions a.lhnHocEndChatAction, #lhnHelpOutCenter div.lhnChatActions a.lhnHocEmailAction {background-position-x:8px;}
#lhnHelpOutCenter div.lhnChatActionsMenu img {background:#e12727;}
#lhnHelpOutCenter div.lhnWindow-chat_input textarea {height:100%;}
#lhnHelpOutCenter div.lhnWindow-chat_input button {font-size:14px;margin-top:5px;}

#lhnHelpOutCenter div.jumplogic .lhnOptions .lhnOption {color:#e12727;}
#lhnHelpOutCenter div.jumplogic .lhnOptions .lhnOption:hover {background-color:#e12727;}

#lhnHelpOutCenter .lhnPromptButtons .lhnPromptAccept.closechat.lhnFormButton, #lhnHelpOutCenter .lhnPromptButtons .lhnPromptDecline.closechat.lhnFormButton {width:100%;margin:0 0 10px;line-height:1;}

@media screen and (min-device-width: 768px){
div#lhnHelpOutCenter.lhnWindow{max-height:600px;min-height:400px;height:60% !important;}
}

@media screen and (max-width: 600px){
#lhnHelpOutCenter div.lhnWindow-header div.lhnWindow-header-controls{height:auto;}
#lhnHelpOutCenter div.lhnHocBillboards {top:-20px;}
}

/***** SS Personalizations ******/
.ss-slider-container-container {padding: 0 20px;}
.home-custom-type-slider .custom-divider, .home-trending-items-on-site-slider .custom-divider, .pdp-recommendations-for-you-slider .custom-divider, .categories-recommendations-for-you-slider .custom-divider, .items-recommendations-for-you-slider .custom-divider {width:calc(100% - 40px);margin-left:20px;}
.pdp-recommendations-for-you-slider, .pdp-recommendations-for-you-slider .ss-slider-container-container {max-width:1540px;}
.pdp-recommendations-for-you-slider-2 .ss-slider-container-container, .cart-recommendations-for-you-slider .ss-slider-container-container {padding:0;}
.pdp-recommendations-for-you-slider-2 .custom-divider, .cart-recommendations-for-you-slider .custom-divider {width:100%;margin-left:0;}
.ss-slider-container-container div[data-type="carousel-items"] {display:flex;flex-direction:row;}
.ss-slider-container-container .slider-item-link {height:100%;display:flex;flex-direction:column;}
.ss-slider-container-container .slider-item-link p {flex-grow:1;}
.ss-slider-container-container .slider-item-link .slider-item-price {line-height:1;}

.page-not-found {max-width:1500px;margin:0 auto;}
.page-not-found .no-found-items-recommendations-for-you-slider .custom-divider.top {margin-top:40px;}

.ss-slider-container-container .bx-wrapper {max-width:1500px !important;}
.ss-slider-container-container .bx-wrapper .bx-viewport {max-width:calc(100% - 110px);}
.ss-slider-container-container div[data-type="carousel-items"] div {margin-right:38px !important; margin-right:clamp(16px, 2.4vw, 38px) !important;}
.pdp-recommendations-for-you-slider  .ss-slider-container-container div[data-type="carousel-items"] div, .pdp-recommendations-for-you-slider-2  .ss-slider-container-container div[data-type="carousel-items"] div {margin-right:clamp(16px, 2.4vw, 40px) !important;}
.ss-slider-container-container div[data-type="carousel-items"] div div, .pdp-recommendations-for-you-slider .ss-slider-container-container div[data-type="carousel-items"] div div, .pdp-recommendations-for-you-slider-2 .ss-slider-container-container div[data-type="carousel-items"] div div {margin-right:0 !important;}

.ss-slider-container-container .global-views-star-rating-review-total-number:after {content:' ';}
.ss-slider-container-container .global-views-star-rating-area[data-value="0"], .ss-slider-container-container .global-views-star-rating-review-total-empty-number {display:none;}
.ss-slider-container-container .global-views-star-rating-review-total-no-review {position:relative;left:-8px;}


@media screen and (max-width:1499px) {
.ss-slider-container-container .bx-wrapper .bx-viewport {max-width:calc(100% - 110px);}
}

@media screen and (max-width:1229px) {
.ss-slider-container-container .bx-wrapper .bx-viewport {max-width:calc(100% - 110px);}
.ss-slider-container-container div[data-type="carousel-items"] div {margin-right:38px !important; margin-right:clamp(16px, 3.4vw, 38px) !important;}
}

@media screen and (max-width:1199px) {
.ss-slider-container-container .bx-wrapper .bx-viewport {max-width:calc(100% - 110px);}
}

@media screen and (max-width:1023px) {
.ss-slider-container-container .bx-wrapper .bx-viewport {max-width:100%; overflow:visible !important;}
.ss-slider-container-container div[data-type="carousel-items"] div {margin-right:20px !important;}
.ss-slider-container-container div[data-type="carousel-items"] div .global-views-star-rating-container {display:flex;flex-direction:row;align-items:flex-end;}
.ss-slider-container-container div[data-type="carousel-items"] div .global-views-star-rating-container .global-views-star-rating-review-total {padding-left:3px;}
.ss-slider-container-container .global-views-star-rating-review-total-no-review {position:relative;left:-3px;}
}

@media screen and (pointer: coarse) and (max-width:1023px) {
.ss-slider-container-container div[data-type="carousel-items"] div .global-views-star-rating-container {display:flex;flex-direction:column;align-items:flex-start;}
.ss-slider-container-container div[data-type="carousel-items"] div .global-views-star-rating-container .global-views-star-rating-review-total {padding-top:4px;}
}

@media screen and (max-width:991px) {
.ss-slider-container-container, .pdp-recommendations-for-you-slider-2 .ss-slider-container-container {padding: 0 14px;}
.home-custom-type-slider .custom-divider, .home-trending-items-on-site-slider .custom-divider, .pdp-recommendations-for-you-slider .custom-divider, .categories-recommendations-for-you-slider .custom-divider, .items-recommendations-for-you-slider .custom-divider {width:calc(100% - 28px);margin-left:14px;}
}

/**** Cart *****************************************/
.cart-pppl-desktop {margin-bottom:20px;}
@media screen and (max-width:670px){
.cart-pppl-desktop {margin-bottom:0;}
}
.order-wizard-cart-summary-promocode-applied {margin-top:12px;}

.cart-item-summary-promocodes {position:absolute;left:20px;}
.cart-promocode-list-item-code {width:unset;}
.cart-lines-summary-promo .cart-promocode-list-item-code-value {margin:0; position:relative; height:20px; padding: 0 0 0 12px; display:flex; flex-direction:row; align-items: center; line-height: 1; letter-spacing: -0.01em;}
.cart-lines-summary-promo .cart-promocode-list-item-code-value:after {position: relative; margin-left:30px; border-right:10px solid #fff; border-top:10px solid transparent; border-bottom:10px solid transparent;}


/**************************************************************/
/**** Testing Changes *****************************************/

/** Login Page **/
/*.page-fragment-login-register .login-register-checkout-as-guest-register-header {border-top:1px solid #dcddde;}
.page-fragment-login-register .login-register-checkout-as-guest-register-header:before {content:'OR'; text-align: center; width:30px; display:block; font-size:11px; font-weight:600; letter-spacing:-0.025rem;color:#77787b;line-height:1;position:relative; background:#fff;top:-7px;margin:0 auto 14px;}

.page-fragment-login-register .login-register-checkout-as-guest-button-show {margin-bottom:10px;}
.page-fragment-login-register .login-register-checkout-as-guest-description {margin:0;}
.page-fragment-login-register .login-register-checkout-as-guest-form {display:flex; flex-direction:row; flex-wrap:wrap; justify-content:space-between;}
.login-register-checkout-as-guest-control-group {width:100%; line-height:1; margin-top:10px;}
.login-register-checkout-as-guest-control-group:nth-child(1), .login-register-checkout-as-guest-control-group:nth-child(2) {width:calc(50% - 5px);}
.login-register-checkout-as-guest-input#guest-firstname, .login-register-checkout-as-guest-input#guest-lastname {margin:3px 0 0;}


.shipcomplete-module-container {padding:0 !important;width:auto !important;margin-top:10px;}
.shipcomplete-module-checkbox {}
*/

/* [Temporary] Klaviyo Teaser hide on mobile */
@media screen and (max-width:768px) {
    div[class^='kl-teaser-'], div[class*=' kl-teaser-'] {width:0 !important;height:0;line-height:0;font-size:0;margin:0;padding:0;opacity:0; overflow:hidden;}
  }
